diff --git a/docs/content/AutoGPT/Setups/nogit-setup.md b/docs/content/AutoGPT/Setups/nogit-setup.md index e5464eee8..d1333fe5a 100644 --- a/docs/content/AutoGPT/Setups/nogit-setup.md +++ b/docs/content/AutoGPT/Setups/nogit-setup.md @@ -58,9 +58,10 @@ First we need to create a virtual environment to run in. ```shell +pip3 install poetry python -m venv .venv source .venv/bin/activate -pip3 install --upgrade pip +poetry install ``` !!! warning