Update README.md

This commit is contained in:
111221007 2025-04-29 03:39:11 +08:00 committed by GitHub
parent 7ef1986778
commit 53dca27fc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,7 +98,7 @@ curl -sSL https://install.python-poetry.org | python3 -
```bash ```bash
poetry init -n poetry init -n
poetry env use "path to your python.exe" poetry env use "path to your python.exe"
poetry run pip install -r requirments.txt poetry run pip install -r requirements.txt
``` ```
### MacOS ### MacOS