-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
HippoProgrammer edited this page Jun 13, 2024
·
1 revision
First, visit our releases page and download the .whl
and requirements.txt
files from the desired version.
Then, run
pip install robotic_chess-0.2.1-py3.whl
(replace 0.2.1 with the version number of your downloaded wheel).
Finally, run
pip install -r requirements.txt
to install dependencies.
THIS DOES NOT INSTALL STOCKFISH OR OCTOPRINT (will be included in the future).
First, clone our repo using git clone https://github.com/Hacking3DPrinters/robotic-chess.git
, and enter the new directory. Then do pip install dist/robotic_chess-0.2.1-py3-none-any.whl
(replace 0.2.1 with the desired version number), followed by pip install -r requirements.txt
.
THIS DOES NOT INSTALL STOCKFISH OR OCTOPRINT (will be included in the future).