From 53dca27fc7ba17fe46f8a4ef8c04b4f646b4ed31 Mon Sep 17 00:00:00 2001 From: 111221007 <154065735+111221007@users.noreply.github.com> Date: Tue, 29 Apr 2025 03:39:11 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee4b2b7..6860758 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ curl -sSL https://install.python-poetry.org | python3 - ```bash poetry init -n poetry env use "path to your python.exe" -poetry run pip install -r requirments.txt +poetry run pip install -r requirements.txt ``` ### MacOS