Changes between Version 6 and Version 7 of ExternalPythonPackages
- Timestamp:
- 02/18/16 18:04:10 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ExternalPythonPackages
v6 v7 8 8 ''[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`. 9 9 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: 10 If you don't have it already, install [wiki:pkg-curl] (typically installed by default). [[BR]] 11 Then:[[BR]] 12 launch the Osgeo4w shell[[BR]] 13 change directories to one that you can write to (c:\ may not be writable)[[BR]] 14 securely download `get-pip` install script with the following line in the Osgeo4w shell:[[BR]] 13 15 {{{ 14 16 curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py