git clone https://github.com/jorgenwh/alpha-nonzero.git
cd alpha-nonzerogit submodule update --init --recursivepython3 -m venv venv
source venv/bin/activate
pip install --upgrade pippip install -r requirements.txtcd pystockfish
pip install .
cd ..pip install -e .You should now be able to run all the scripts in the 'scripts' directory :)
