mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-09 15:17:59 -05:00
Include poetry install step in dockerless agent setup instructions (#6203)
Without that step, there is an error: "ModuleNotFoundError: No module named 'auto_gpt_plugin_template'" Co-authored-by: Reinier van der Leer <pwuts@agpt.co>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user