A set of tools written in python to help run yacht races. https://pypi.python.org/pypi?name=PyYacht&:action=display
python 3.5 (or later) tk/tcl pip
To install PyYacht:
Download python 3.5 or later here https://www.python.org/downloads/ For more infomation in installing python on your platform here https://wiki.python.org/moin/BeginnersGuide/Download
Install PyYacht by opening the command prompt application and typing: "pip install PyYacht" (without "") then hitting enter.
Run PyStart by typing "PyStart.py" (without "") in command prompt application then hitting enter.
To update PyYacht type "pip install PyYacht --upgrade" (without "") into the command prompt application then hitting enter.
On linux you may have to make the file executable by running "sudo chmod +x /usr/bin/PyStart.py" (without "") in the terminal.