- Clone the repo and run run.bat with
cmd /k run.bat
or withpy frcwr.py
if you've already got pip up to date. - You can also run this program from the actions tab by triggering the
Run Script
action (you will need to fork the repo):
- requires python (tested and verified for 3.12)
- for most systems, the
run.bat
/run.sh
script will automatically install pip withpython -m ensurepip
if not installed. However, WSL users will have to install pip externally - or just use the action
- for most systems, the
- The
run.bat
/run.sh
file is made explicitly to update pip, and therefore will not be necessary for further runs of the program, usepython frcwr.py
instead.