Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 733 Bytes

File metadata and controls

42 lines (33 loc) · 733 Bytes

Alpha-NonZero

Install

Clone the project from GitHub
git clone https://github.com/jorgenwh/alpha-nonzero.git
cd alpha-nonzero
Fetch submodules
git submodule update --init --recursive
Set up a Python virtual environment and update
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
Install necessary third-party dependencies
pip install -r requirements.txt
Install pystockfish
cd pystockfish
pip install .
cd ..
Install alpha-nonzero
pip install -e .

You should now be able to run all the scripts in the 'scripts' directory :)