Voyager G2 Wiki
Status: Alpha
Brought to you by:
pietbraat
To get the newest version download a snapshot from the code section.
Unpack zip file
Install python 3
Install python 3 tk
In debian this would look like:
sudo apt-get install python3
sudo apt-get install python3-tk
To execute the application use:
python3 Simulation.py
(I added a shebang in the code repo so you only have to double click Simulation.py to run it if you're in linux)