| 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]. |