Edgewall Software

Changes between Version 8 and Version 9 of TracDev/DevelopmentWithEclipseAndPyDev


Ignore:
Timestamp:
Aug 2, 2008, 8:33:43 PM (16 years ago)
Author:
Piotr Kuczynski <piotr.kuczynski@…>
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/DevelopmentWithEclipseAndPyDev

    v8 v9  
    66
    772. Get easy_install
    8 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:
     8
     9Go to [http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install installing-easy-install] and follow the instructions there. 
     10
     11However, most of the time you just take the file [http://peak.telecommunity.com/dist/ez_setup.py ez_setup.py], save it as ez_setup.py on your hard drive, and then from the command-line prompt type:
    912{{{
    1013python ez_setup.py
    1114}}}
    1215
     16To test if the installation was successful, try typing from command-line prompt:
     17{{{
     18easy_install
     19}}}
     20
     21If it doesn't work, check to make sure your PATH includes the appropriate C:\\Python2X\\Scripts directory. See more info on [http://peak.telecommunity.com/DevCenter/EasyInstall Windows Notes] at easy_install manual page.
     22
    13233. Install Genshi
    1424{{{
    15 $ easy_install genshi
     25easy_install genshi
    1626}}}
    1727