- Requires python3, if you don't have it there are multiple resources online on how to install it according to your platform.
- Set a virtual environment with
Python3 -m venv venv - Initialize your virtual environment with
source venv/bin/activate(For Mac and Linux). - Intall the dependencies with
pip install -r requirements.txt - Play with it