Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 275 Bytes

INSTALL.md

File metadata and controls

13 lines (12 loc) · 275 Bytes

funAGI.py install requires python < 3.7

git clone https://github.com/pythaiml/funAGI/
cd funAGI
python3 -m venv agi
source agi/bin/activate
pip install -r requirements.txt
# start the cli version
python3 funAGIcli.py
# start the UIUX version
python3 funAGI.py