-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
25 lines (22 loc) · 1.05 KB
/
README
File metadata and controls
25 lines (22 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
:: Windows Development Setup ::
Dependencies:
- A PyGame 32 bit installer
- http://pygame.org/ftp/pygame-1.9.1.win32-py2.7.msi
- A Python 2.7 32 bit interpreter (Default directory should be C:\Python27)
- PyGTK all-in-one installer
- http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.24/pygtk-all-in-one-2.24.2.win32-py2.7.msi
- Bazaar Version Control System.
Assumptions:
- Python is in your PATH (Check Control Panel -> Environment Variables)
- e.g. PATH should have (C:\Python27)
- Bazaar is in your PATH (Check Control Panel -> Environment Variables)
Instructions:
1. Open File Explorer.
2. Go to directory where your python files are.
3. Type 'cmd' in explorer's address bar. A command line should pop up,
with the current directory in place.
4. Install Sam's Gay Tool:
- Type 'bzr branch https://launchpad.net/simplegc/stable sgc && cd sgc && python setup.py install && cd .. && rd /S /Q sgc'
into the command line.
4. Type 'python ant.py' in command line.
5. Done.