CmdlineAI v1.2 - Some changes and fixes
by @wyf9 on 2024-08-07
Install
Make sure you have Python installed (>= 3.10
).
pip3
andpython3
will replace to your PIP and Python program.
- Download the tarball and unzip it.
- Run
install_lib.sh
to install requirements, or usepip3 install colorama requests
- Run
python3 main.py
to run this program. - Configure configs by use
Settings
in the program, or editconfig.json
You can find the docs at the repo's Wiki, and you also can make an issue if you have any problems.