/creature_sim

Primary LanguagePythonMIT LicenseMIT

creature_sim

To install dependencies: pip install -r requirements.txt

To build the cython modules:

python setup.py build_ext --inplace

or if you're on windows and using mingw:

python setup.py build_ext --inplace --compiler=mingw32