Skip to content

Releases: siiway/CmdlineAI

v1.2

07 Aug 10:37
8ca3ad7
Compare
Choose a tag to compare

CmdlineAI v1.2 - Some changes and fixes

by @wyf9 on 2024-08-07


Install

Make sure you have Python installed (>= 3.10).

pip3 and python3 will replace to your PIP and Python program.

  1. Download the tarball and unzip it.
  2. Run install_lib.sh to install requirements, or use pip3 install colorama requests
  3. Run python3 main.py to run this program.
  4. Configure configs by use Settings in the program, or edit config.json

You can find the docs at the repo's Wiki, and you also can make an issue if you have any problems.

v1.1

25 Jul 14:31
2cb8f3e
Compare
Choose a tag to compare

CmdlineAI v1.1 - Emergency update

by @wyf9 , review by @xhc861 on 2024-07-25

Warning: Previous version can't use!


Install

Make sure you have Python installed (>= 3.10).

pip3 and python3 will replace to your PIP and Python program.

  1. Download the tarball and unzip it.
  2. Run install_lib.sh to install requirements, or use pip3 install colorama requests
  3. Run python3 main.py to run this program.
  4. Configure configs by use Settings in the program, or edit config.json (not recommended)

You can find the docs at here, and you also can make an issue if you have any problems.

v1.0

22 Jul 09:10
1bd3246
Compare
Choose a tag to compare

CmdlineAI v1.0

by @wyf9 , review by @xhc861 on 2024-07-22

This version can't use (have problems)!


Install

Make sure you have Python installed (>= 3.10).

pip3 and python3 will replace to your PIP and Python program.

  1. Download the tarball and unzip it.
  2. Run install_lib.sh to install requirements, or use pip3 install colorama requests* -> important!
  3. Run python3 main.py to run this program.
  4. Configure configs by use Settings in the program, or edit config.json (not recommended)

You can find the docs at here, and you also can make an issue if you have any problems.