mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-07 22:33:57 -05:00
Update setup.md (#3690)
Co-authored-by: Richard Beales <rich@richbeales.net>
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -21,6 +21,7 @@ logs
|
||||
*.log
|
||||
*.mp3
|
||||
mem.sqlite3
|
||||
venvAutoGPT
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
|
||||
@@ -211,6 +211,16 @@ docker run -it --env-file=.env -v $PWD:/app --rm auto-gpt --gpt3only --continuou
|
||||
|
||||
### Run without Docker
|
||||
|
||||
#### Create a Virtual Environment
|
||||
|
||||
Create a virtual environment to run in.
|
||||
|
||||
``` shell
|
||||
python -m venv venvAutoGPT
|
||||
source venvAutoGPT/bin/activate
|
||||
pip3 install --upgrade pip
|
||||
```
|
||||
|
||||
!!! warning
|
||||
Due to security reasons, certain features (like Python execution) will by default be disabled when running without docker. So, even if you want to run the program outside a docker container, you currently still need docker to actually run scripts.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user