mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-12 01:34:32 +01:00
9 lines
101 B
Bash
Executable File
9 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export PYTHONPATH=$PYTHONPATH:$PWD
|
|
|
|
poetry install
|
|
poetry shell
|
|
python -m autogpt "$@"
|
|
|