diff --git a/docs/en/README.en.md b/docs/en/README.en.md index c4344bd..c13ab9f 100644 --- a/docs/en/README.en.md +++ b/docs/en/README.en.md @@ -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: