1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-05 09:10:25 +08:00
This commit is contained in:
Omar Tsai
2024-04-11 03:42:34 -04:00
committed by GitHub
parent 253144caca
commit a84bba36be

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