Clone this repository to your local machine, cd into the directory.
IF YOU HAVE CONDA, run conda deactivate BEFORE PROCEEDING
If you have already run make setup, and it fails because conda is activated, deactivate conda and run again: make uninstall && make setup
make setup
source env/bin/activate
Once setup, simply:
make run
Test suite is located in directory chess_engine_core/tests
