For this project you must have python3
and pip3
installed. For OSX this means
brew install python3
Then, install project dependencies
pip3 install -r requirements.txt
Finally, run with
python3 game/Blob.py
Create my conda environment Blob
conda env create -f venv.yaml
Then, activate Blob
in order to use it
source activate Blob
Finally, run with
python game/Blob.py