Ticket #5688: 5688.diff
File 5688.diff, 639 bytes (added by , 17 years ago) |
---|
-
docs/install.txt
150 150 4. If you're using Linux, Mac OS X or some other flavor of Unix, enter 151 151 the command ``sudo python setup.py install`` at the shell prompt. 152 152 If you're using Windows, start up a command shell with administrator 153 privileges and run the command `` setup.py install``.153 privileges and run the command ``python setup.py install``. 154 154 155 155 These commands will install Django in your Python installation's 156 156 ``site-packages`` directory.