python-air-traffic-control-read-only
Directory actions
More options
Directory actions
More options
python-air-traffic-control-read-only
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Download: Python 3.2.3 - x86 17.5mb http://python.org/ftp/python/3.2.3/python-3.2.3.msi pygame 1.9.2a0 - x86 6mb http://pygame.org/ftp/pygame-1.9.2a0.win32-py3.2.msi Tortoise SVN: http://sourceforge.net/projects/tortoisesvn/files/1.7.6/Application/TortoiseSVN-1.7.6.22632-win32-svn-1.7.4.msi/download?accel_key=61%3A1337031887%3Ahttp%253A//tortoisesvn.net/downloads.html%3A01c2f0bf%24287f63f4f79294528d2a4bdf1a7f567a75d03f94&click_id=065627ec-9e0e-11e1-a7da-00219b8a879e&source=accel Instructions: 1. Install Python to C:\Python32 2. Install pygame to C:\Python32 3. Add C:\Python32 to your PATH Environment Variable (http://www.computerhope.com/issues/ch000549.htm) 4. Open CMD and type python to check to see if your PATH works. 5. Install TortoiseSVN 6. To get your GoogleCode.com password go to: http://code.google.com/hosting/settings. Login with the details you provided to Mike 7. Navigate to where you want your Codebase to live. 8. Right click on empty space > SVNCheckout... 9. In the “URL of repository:” Enter the project’s URL in this formate “https://python-air-traffic-control.googlecode.com/svn/trunk/” 10. Press OK and Enter your Google username and your GoogleCode.com password 11. The codebase should download. 12. Open CMD 13. cd to your Checked out repository. 14. type the following command `python main.py` 15. Program should run. Step 6 is instead of double clicking of the binary so you can see the output.