mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-05-06 20:01:37 +08:00
fix: correct poetry installation instructions to avoid installation errors
fix: correct poetry installation instructions to avoid installation errors The command 'poetry install' was failing in certain environments. This commit updates the instructions to use 'poetry install --no-root' which resolves the issue and ensures successful installation of dependencies.
This commit is contained in:
parent
5524451963
commit
1cc22783e3
@ -82,7 +82,7 @@ Then can use poetry to install the other dependencies:
|
||||
curl -sSL https://install.python-poetry.org | python3 -
|
||||
|
||||
# Install the project dependencies
|
||||
poetry install
|
||||
poetry install --no-root
|
||||
```
|
||||
|
||||
You can also use pip to install them:
|
||||
|
Loading…
x
Reference in New Issue
Block a user