Edgewall Software

Changes between Version 9 and Version 10 of TracDev/DevelopmentWithEclipseAndPyDev


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

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/DevelopmentWithEclipseAndPyDev

    v9 v10  
    11= How to develop Trac with Eclipse !PyDev =
    22
    3 == Python Installation ==
     3== Installing and configuring Python ==
    44
    5 1. Download and install latest [http://www.python.org/download/ Python]
     5=== Python ===
    66
    7 2. Get easy_install
     7Download and install latest [http://www.python.org/download/ Python].
     8
     9=== easy_install ===
    810
    911Go to [http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install installing-easy-install] and follow the instructions there. 
     
    1618To test if the installation was successful, try typing from command-line prompt:
    1719{{{
    18 easy_install
     20easy_install --help
    1921}}}
    2022
    2123If 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.
    2224
    23 3. Install Genshi
     25=== Genshi ===
     26
    2427{{{
    2528easy_install genshi