Edgewall Software

Changes between Version 35 and Version 36 of TracDev/DevelopmentEnvironmentSetup


Ignore:
Timestamp:
Feb 12, 2014, 10:13:29 AM (10 years ago)
Author:
Franz Mayer <franz.mayer@…>
Comment:

added hint for Python 2.4 and 2.5

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/DevelopmentEnvironmentSetup

    v35 v36  
    5151You may already have `easy_install` if you have "setuptools" installed. Just make sure its version is >= 0.6c10. Previous versions do not work correctly with SVN 1.6.
    5252
    53 Otherwise go to [http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install installing-easy-install] and follow the instructions there.  However, most of the time you just take the text at [http://peak.telecommunity.com/dist/ez_setup.py ez_setup.py], save it as `ez_setup.py` on your hard drive, then from the command-line prompt type:
     53Otherwise go to [http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install installing-easy-install] and follow the instructions there.  However, most of the time you just take the text at [http://peak.telecommunity.com/dist/ez_setup.py ez_setup.py] (for Python 2.4 and 2.5 read Section [https://pypi.python.org/pypi/setuptools#python-2-4-and-python-2-5-support Python 2.4 and Python 2.5 support]), save it as `ez_setup.py` on your hard drive, then from the command-line prompt type:
    5454{{{
    5555python ez_setup.py