- If you don't have one, set up a
python3
enviornment (3.9+). Installgit
as well. - Install dependencies using pip3:
pyperclip
,toml
,cx_Freeze
On Windows, you need to add
cxfreeze
to your PATH. pip3 will tell you the location of cxfreeze - Clone the repo:
git clone https://github.com/anonymousaga/rca_robot_tour.git
- Enter the directory
cd rca_robot_tour
- Compile with cxfreeze
- macOS:
cxfreeze bdist_dmg
- Windows:
cxfreeze bdist_msi
- Linux: check cxfreeze docs for your distro
- macOS: