summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-01-17 13:45:35 -0500
committerTim Graham <timograham@gmail.com>2017-01-17 13:47:56 -0500
commit4054013e002aaed4efac8e2388fa3b694b61bac5 (patch)
tree5177b1434d7b4472aa231f5146ed734fe6f14aa3
parent44cce3ed00afe7a404e9f6cba0f6292223c7fe0a (diff)
downloaddjango-4054013e002aaed4efac8e2388fa3b694b61bac5.tar.gz
Removed obsolete GIS install instructions.
-rw-r--r--docs/ref/contrib/gis/install/index.txt20
1 files changed, 1 insertions, 19 deletions
diff --git a/docs/ref/contrib/gis/install/index.txt b/docs/ref/contrib/gis/install/index.txt
index 5130aa91ac..cb919628d0 100644
--- a/docs/ref/contrib/gis/install/index.txt
+++ b/docs/ref/contrib/gis/install/index.txt
@@ -371,28 +371,10 @@ Windows
Proceed through the following sections sequentially in order to install
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
~~~~~~
-First, download the latest `Python 2.7 installer`__ from the Python website.
-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/
+:doc:`Install Python </howto/windows>`.
PostgreSQL
~~~~~~~~~~