Edgewall Software

Changes between Version 94 and Version 95 of TracPlugins


Ignore:
Timestamp:
Apr 9, 2017, 6:48:56 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Move some content to the setuptools page.

Legend:

Unmodified
Added
Removed
Modified
  • TracPlugins

    v94 v95  
    4545}}}
    4646
    47 If `easy_install` is not on your system, see the Requirements section above to install it. Windows users will need to add the `Scripts` directory of their Python installation (for example, `C:\Python27\Scripts`) to their `PATH` environment variable, or use the full path to `easy_install` (for example, `C:\Python27\Scripts\easy_install.py`). See [http://peak.telecommunity.com/DevCenter/EasyInstall#windows-notes easy_install Windows notes] for more information.
     47If `easy_install` is not on your system, see the [trac:setuptools#Installsetuptools Trac setuptools documentation].
    4848
    4949`pip` is included in Python 2.7.9. In earlier versions of Python it can be installed through the package manager of your OS (e.g. `apt-get install python-pip`) or using the [https://pip.pypa.io/en/latest/installing.html#install-pip get_pip.py].