Ticket #5688: 5688.diff

File 5688.diff, 639 bytes (added by Matt Boersma, 17 years ago)

Corrects Windows install command

  • docs/install.txt

     
    150150    4. If you're using Linux, Mac OS X or some other flavor of Unix, enter
    151151       the command ``sudo python setup.py install`` at the shell prompt.
    152152       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``.
    154154
    155155These commands will install Django in your Python installation's
    156156``site-packages`` directory.
Back to Top