Install instructions¶
Using pip¶
First install the latest version of Cactool using pip
pip install -U cactool
Running Cactool¶
After performing these steps, you can start the Cactool server at any time by simply running cactool. If that doesn’t work, you may have to run Cactool by using python -m cactool
Updating Cactool¶
To update Cactool, simply run pip install -U cactool
Using docker¶
Begin by cloning the Cactool GitHub repository.
Then start the Cactool server using docker-compose up