Installation
Want to give Maxx-AI a try? Let's get you started
Installing via git
The simplest way to install Maxx-AI is to clone the maxx-ai repo to your system using git. Git should be installed on your system to download Maxx-AI.
The maxx-ai repo is at https://github.com/PraaneshSelvaraj/maxx-ai
git clone https://github.com/PraaneshSelvaraj/maxx-ai.git
cd maxx-ai/
python setup.py
pythonw maxx.pyw
Last updated