Ticket #9995: install_with_setuptools-2.diff

File install_with_setuptools-2.diff, 639 bytes (added by daveyjoe, 15 years ago)

Added 'sudo' to the easy_install example

  • django/docs/topics/install.txt

     
    180180These commands will install Django in your Python installation's
    181181``site-packages`` directory.
    182182
     183Alternatively, if you have setuptools_ installed then you can choose to skip the steps above and simply run the command ``sudo easy_install Django``. Most linux distributions and Mac OS X 10.5 and later have setuptools_ already installed.
     184
    183185.. _bsdtar: http://gnuwin32.sourceforge.net/packages/bsdtar.htm
    184186.. _7-zip: http://www.7-zip.org/
     187.. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools
    185188
    186189.. _installing-development-version:
    187190
Back to Top