Changeset 452 for indytube/trunk/README

Show
Ignore:
Timestamp:
12/22/08 03:46:31 (19 months ago)
Author:
andy
Message:

start to clean up the package

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • indytube/trunk/README

    r253 r452  
    1 The is the SVN repository for the indytube Egg 
     1Welcome to Indytube 
    22 
    3 http://plumi.org/wiki/TransCoding 
    43--- 
    54 
    6 how to: 
     5This is the top-level of the Indytube backend python egg. 
    76 
    8 Creating a source distribution 
     7please see  
     8http://plumi.org/wiki/IndyTube 
     9for a comprehensive overview of the Indytube architecture. 
     10 
     11A quick how to: 
     12 
     13Creating a source distribution: 
    914python setup.py sdist 
    1015 
    11 Creating a binary distrubtion 
    12 python setup.py bdist 
     16Creating a binary distrubtion: 
     17python setup.py bdist_egg 
    1318 
    1419Clean all: 
    1520python setup.py clean --all 
    16  
    17  
    18 DONT check into SVN : 
    19 indytube.egg-info 
    20 dist 
    21 build 
    2221 
    2322