Changes between Version 41 and Version 42 of GeoDjangoInstall
- Timestamp:
- Aug 5, 2008, 1:26:13 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjangoInstall
v41 v42 33 33 34 34 === Django === 35 !GeoDjango exists in the `gis` branch from SVN: 36 {{{ 37 $ svn co http://code.djangoproject.com/svn/django/branches/gis django_gis 38 $ ln -s django_gis/django /path/to/site-packages/django 39 }}} 40 41 To detect the correct `site-packages` directory, the following command may be used: 42 {{{ 43 $ python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()" 44 }}} 35 !GeoDjango was merged into SVN trunk as of r8219. Follow Django's [http://www.djangoproject.com/documentation/install/#installing-the-development-version development version installation instructions]. 45 36 46 37 === GEOS === … … 69 60 70 61 === PROJ.4 === 62 71 63 * ''Required'': 4.5.0 -- this is not a strict requirement, !GeoDjango has been tested with 4.5.0, but there is no reason to believe that previous versions (e.g., 4.4.x, 4.3.x) will not work. 72 64 * ''Recommended'': [ftp://ftp.remotesensing.org/proj/proj-4.6.0.tar.gz 4.6.0] (the current latest).