Changeset 452 for indytube/trunk/README
- Timestamp:
- 12/22/08 03:46:31 (19 months ago)
- Files:
-
- 1 modified
-
indytube/trunk/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indytube/trunk/README
r253 r452 1 The is the SVN repository for the indytube Egg 1 Welcome to Indytube 2 2 3 http://plumi.org/wiki/TransCoding4 3 --- 5 4 6 how to: 5 This is the top-level of the Indytube backend python egg. 7 6 8 Creating a source distribution 7 please see 8 http://plumi.org/wiki/IndyTube 9 for a comprehensive overview of the Indytube architecture. 10 11 A quick how to: 12 13 Creating a source distribution: 9 14 python setup.py sdist 10 15 11 Creating a binary distrubtion 12 python setup.py bdist 16 Creating a binary distrubtion: 17 python setup.py bdist_egg 13 18 14 19 Clean all: 15 20 python setup.py clean --all 16 17 18 DONT check into SVN :19 indytube.egg-info20 dist21 build22 21 23 22
