This commit is contained in:
Omar Tsai 2024-04-11 03:42:34 -04:00 committed by GitHub
parent 253144caca
commit a84bba36be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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