Changes between Version 3 and Version 4 of ExternalPythonPackages


Ignore:
Timestamp:
Mar 13, 2012, 2:34:33 PM (12 years ago)
Author:
maphew
Comment:

using standard windows installer

Legend:

Unmodified
Added
Removed
Modified
  • ExternalPythonPackages

    v3 v4  
    55Important note: it's up to you to ensure the 3rd party packages can play nice with osgeo4w. If things get too messed up because of conflicting versions or something you may need to remove everything and install from scratch.
    66
    7 == pip ==
     7== Install with pip ==
    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
     
    3333It's a good idea to run from a temp or scratch directory because a failed build will leave files behind (and a great many of the packages fail).
    3434
     35
     36== Use standard Windows installers ==
     37If you make Osgeo4W python the system default, you can use the usual windows installers (foobar-setup.exe, .msi). Details for how to do that are at ticket:114, an experimental python program to add and remove o4w python from the Windows registry.