PlayingChess_1- First projectsPlayingChess_2- Object oriented programming fixPlayingChess_3- Working code without visionPlayingChess_4- GUI testsPlayingChess_5- vision testPlayingChess_6- vision almost done
- Open any folder mentioned above
- Create virtual environment
python -m venv venv - Activate venv Win CMD
venv\Scripts\activateor Linuxsource venv/bin/activate - Download dependencies
pip install -r ../pythonLibrariesRequirements.txt