Edgewall Software

Changes between Version 21 and Version 22 of setuptools


Ignore:
Timestamp:
Aug 22, 2019, 6:49:17 AM (5 years ago)
Author:
Ryan J Ollos
Comment:

Elevate important note.

Legend:

Unmodified
Added
Removed
Modified
  • setuptools

    v21 v22  
    3535== Install Trac using `easy_install`
    3636
     37{{{#!div style="border: 1pt dotted; margin: 1em"
     38**Note**: `pip` is a modern package installer that was developed as a replacement for `easy_install`, which you should use instead if it's available for your platform. See TracInstall for more information.
     39}}}
     40
    3741setuptools includes the `easy_install` script for convenient installation of packages found on [pypi:setuptools/ Python Package Index] including Trac with all necessary dependencies.
    3842
     
    4246
    4347''You will need root permissions or equivalent (e.g. sudo) for this step.''
    44 
    45 {{{#!div style="border: 1pt dotted; margin: 1em"
    46 **Note**: `pip` is a modern package installer that was developed as a replacement for `easy_install`, which you should use instead if it's available for your platform. See TracInstall for more information.
    47 }}}
    4848
    4949If you are working behind a proxy, note that easy_install will rely on environment variables, such as http_proxy, https_proxy, ftp_proxy.