Mercurial > p > roundup > code
diff BUILD.txt @ 2237:f624fc20f8fe
added capturing of stats
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 25 Apr 2004 22:19:15 +0000 |
| parents | 9b447ac40be3 |
| children | 33e3ba342e93 |
line wrap: on
line diff
--- a/BUILD.txt Sat Apr 24 22:59:12 2004 +0000 +++ b/BUILD.txt Sun Apr 25 22:19:15 2004 +0000 @@ -21,14 +21,18 @@ 7. python setup.py sdist (if you find sdist a little verbose, add "--quiet" to the end of the command) -8. unpack the new dist file in /tmp then a) run_test.py and b) demo.py +8. unpack the new dist file in /tmp then a) run_test.py and b) demo.py with all available Python versions. +9. python setup.py bdist_rpm +10. python setup.py bdist_wininst So, those commands in a nice, cut'n'pasteable form:: python setup.py clean --all python setup.py sdist --manifest-only python setup.py sdist --quiet + python setup.py bdist_rpm + python setup.py bdist_wininst python2.3 setup.py register
