Edgewall Software

Changes between Version 2 and Version 3 of 1.3/TracInstall


Ignore:
Timestamp:
Jan 20, 2017, 5:16:19 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Fix version of Python in which pip is available.

Legend:

Unmodified
Added
Removed
Modified
  • 1.3/TracInstall

    v2 v3  
    117117
    118118=== Using `pip`
    119 `pip` is the modern Python package manager and is included in Python 2.7.11 and later. In earlier version of Python, use [https://bootstrap.pypa.io/get-pip.py get-pip.py] if you do not already have `pip` installed.
     119`pip` is the modern Python package manager and is included in Python 2.7.9 and later. Use [https://bootstrap.pypa.io/get-pip.py get-pip.py] to install `pip` for an earlier version of Python.
    120120
    121121{{{#!sh