diff 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
line wrap: on
line diff
--- a/README.txt	Sat Sep 17 20:18:28 2011 +0200
+++ b/README.txt	Sat Sep 17 20:23:13 2011 +0200
@@ -6,6 +6,7 @@
 Team: mamba
 Members:
   Adrianna Pinska
+  Desilu Crossman
   Gideon Visser
   Jeremy Thurgood
   Neil Muller
@@ -41,12 +42,12 @@
 
 Creating a source distribution with::
 
-   python setup.py sdist
+   ./scripts/build_unix.sh
 
 You may also generate Windows executables and OS X applications::
 
-   python setup.py py2exe
-   python setup.py py2app
+   ./scripts/wine-py2exe
+   ./scripts/darwin-py2app.sh
 
 Upload files to PyWeek with::