Ticket #4878: install.txt.diff
File install.txt.diff, 1.1 KB (added by , 17 years ago) |
---|
-
docs/install.txt
162 162 163 163 3. Next, make sure that the Python interpreter can load Django's code. There 164 164 are various ways of accomplishing this. One of the most convenient, on 165 Linux, Mac OS X 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:: 166 166 167 167 ln -s `pwd`/django-trunk/django SITE-PACKAGES-DIR/django 168 168 … … 204 204 .. _`download page`: http://www.djangoproject.com/download/ 205 205 .. _Subversion: http://subversion.tigris.org/ 206 206 .. _from the Control Panel: http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/sysdm_advancd_environmnt_addchange_variable.mspx 207 208 Further help for Windows users 209 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 210 211 Additional resources to help Windows users get Django up and running can be 212 found on the `Installing on Windows wiki page`_. 213 214 .. _`Installing on Windows wiki page`: http://www.djangoproject.com/wiki/WindowsInstall