Edgewall Software

Changes between Version 1 and Version 2 of setuptools


Ignore:
Timestamp:
Jul 31, 2009, 12:03:47 PM (15 years ago)
Author:
Christian Boos
Comment:

alternative way to bootstrap, get setuptools from its svn repository

Legend:

Unmodified
Added
Removed
Modified
  • setuptools

    v1 v2  
    2121}}}
    2222
     23Aternatively, it can be obtained from the Python repository:
     24{{{
     25$ svn co http://svn.python.org/projects/sandbox/trunk/setuptools
     26$ cd setuptools
     27$ python setup.py install
     28}}}
     29If you're using svn 1.6.x, be sure to apply the latest patch in setuptools-issue:64.
     30
     31
    2332setuptools include "easy_install" script for convenient installation of packages found on [http://pypi.python.org/pypi/setuptools/ Python Package Index] including Trac with all necessary dependencies.
    2433