Ticket #9995: install_with_setuptools.diff
File install_with_setuptools.diff, 634 bytes (added by , 16 years ago) |
---|
-
django/docs/topics/install.txt
180 180 These commands will install Django in your Python installation's 181 181 ``site-packages`` directory. 182 182 183 Alternatively, if you have setuptools_ installed then you can choose to skip the steps above and simply run the command ``easy_install Django``. Most linux distributions and Mac OS X 10.5 and later have setuptools_ already installed. 184 183 185 .. _bsdtar: http://gnuwin32.sourceforge.net/packages/bsdtar.htm 184 186 .. _7-zip: http://www.7-zip.org/ 187 .. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools 185 188 186 189 .. _installing-development-version: 187 190