mirror of https://github.com/django/django.git
Removed obsolete GIS install instructions.
This commit is contained in:
parent
44cce3ed00
commit
4054013e00
|
@ -371,28 +371,10 @@ Windows
|
||||||
Proceed through the following sections sequentially in order to install
|
Proceed through the following sections sequentially in order to install
|
||||||
GeoDjango on Windows.
|
GeoDjango on Windows.
|
||||||
|
|
||||||
.. note::
|
|
||||||
|
|
||||||
These instructions assume that you are using 32-bit versions of
|
|
||||||
all programs. While 64-bit versions of Python and PostgreSQL 9.x
|
|
||||||
are available, 64-bit versions of spatial libraries, like
|
|
||||||
GEOS and GDAL, are not yet provided by the :ref:`OSGeo4W` installer.
|
|
||||||
|
|
||||||
Python
|
Python
|
||||||
~~~~~~
|
~~~~~~
|
||||||
|
|
||||||
First, download the latest `Python 2.7 installer`__ from the Python website.
|
:doc:`Install Python </howto/windows>`.
|
||||||
Next, run the installer and keep the defaults -- for example, keep
|
|
||||||
'Install for all users' checked and the installation path set as
|
|
||||||
``C:\Python27``.
|
|
||||||
|
|
||||||
.. note::
|
|
||||||
|
|
||||||
You may already have a version of Python installed in ``C:\python`` as ESRI
|
|
||||||
products sometimes install a copy there. *You should still install a
|
|
||||||
fresh version of Python 2.7.*
|
|
||||||
|
|
||||||
__ https://python.org/download/
|
|
||||||
|
|
||||||
PostgreSQL
|
PostgreSQL
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
Loading…
Reference in New Issue