comparison README.txt @ 451:7a64ebfe74ba

Update README to add Desilu to team and correct build instructions.
author Simon Cross <hodgestar@gmail.com>
date Sat, 17 Sep 2011 20:23:13 +0200
parents f9a415bb17ad
children 2bc856561333
comparison
equal deleted inserted replaced
450:f81c2ad8929b 451:7a64ebfe74ba
4 Entry in PyWeek #13 <http://www.pyweek.org/13/> 4 Entry in PyWeek #13 <http://www.pyweek.org/13/>
5 URL: http://pyweek.org/e/mamba 5 URL: http://pyweek.org/e/mamba
6 Team: mamba 6 Team: mamba
7 Members: 7 Members:
8 Adrianna Pinska 8 Adrianna Pinska
9 Desilu Crossman
9 Gideon Visser 10 Gideon Visser
10 Jeremy Thurgood 11 Jeremy Thurgood
11 Neil Muller 12 Neil Muller
12 Simon Cross 13 Simon Cross
13 Stefano Rivera 14 Stefano Rivera
39 Development notes 40 Development notes
40 ----------------- 41 -----------------
41 42
42 Creating a source distribution with:: 43 Creating a source distribution with::
43 44
44 python setup.py sdist 45 ./scripts/build_unix.sh
45 46
46 You may also generate Windows executables and OS X applications:: 47 You may also generate Windows executables and OS X applications::
47 48
48 python setup.py py2exe 49 ./scripts/wine-py2exe
49 python setup.py py2app 50 ./scripts/darwin-py2app.sh
50 51
51 Upload files to PyWeek with:: 52 Upload files to PyWeek with::
52 53
53 python pyweek_upload.py 54 python pyweek_upload.py
54 55