/chess_mixer

Primary LanguagePythonMIT LicenseMIT

Chess Mixer

Python Environment Setup

Set up python environment in Linux:

python3 -m venv .venv

Activate the virtual environment

source ./.venv/bin/activate

Set up python environment for Windos:

python.exe -m venv .venv

Activate the virtual environment

.\.venv\Scripts\Activate.ps1

If any of this methods fails, a quick Google search would suffice

Install dependencies for the project

pip install -r requirement.txt

Download the latest version of Stockfist from the link below:

Download should be base on the OS used on your local machine and computer requirements.