Changes between Version 6 and Version 7 of ExternalPythonPackages


Ignore:
Timestamp:
Feb 18, 2016, 6:04:10 PM (8 years ago)
Author:
rjlabs
Comment:

curl throws: (23) Failed writing body -- that may not be obvious to windows users

Legend:

Unmodified
Added
Removed
Modified
  • ExternalPythonPackages

    v6 v7  
    88''[http://www.pip-installer.org/ pip]'' is a tool for installing and managing Python packages, such as those found in the [http://pypi.python.org/pypi Python Package Index]. It’s a replacement for `easy_install`.
    99
    10 If you don't have it already, install [wiki:pkg-curl], then from the Osgeo4w shell:
    11 
    12 Securely download `get-pip` install script:
     10If you don't have it already, install [wiki:pkg-curl] (typically installed by default). [[BR]]
     11Then:[[BR]]
     12launch the Osgeo4w shell[[BR]]
     13change directories to one that you can write to (c:\ may not be writable)[[BR]]
     14securely download `get-pip` install script with the following line in the Osgeo4w shell:[[BR]]
    1315{{{
    1416curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py