Ticket #4878: install.txt.diff

File install.txt.diff, 1.1 KB (added by Nick Efford, 17 years ago)

Addition of link to Installing on Windows wiki page

  • docs/install.txt

     
    162162
    1631633. Next, make sure that the Python interpreter can load Django's code. There
    164164   are various ways of accomplishing this.  One of the most convenient, on
    165    Linux, Mac OSX or other Unix-like systems, is to use a symbolic link::
     165   Linux, Mac OS X or other Unix-like systems, is to use a symbolic link::
    166166
    167167       ln -s `pwd`/django-trunk/django SITE-PACKAGES-DIR/django
    168168
     
    204204.. _`download page`: http://www.djangoproject.com/download/
    205205.. _Subversion: http://subversion.tigris.org/
    206206.. _from the Control Panel: http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/sysdm_advancd_environmnt_addchange_variable.mspx
     207
     208Further help for Windows users
     209~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     210
     211Additional resources to help Windows users get Django up and running can be
     212found on the `Installing on Windows wiki page`_.
     213
     214.. _`Installing on Windows wiki page`: http://www.djangoproject.com/wiki/WindowsInstall
Back to Top