Ticket #3325: install.diff
File install.diff, 1.1 KB (added by , 18 years ago) |
---|
-
docs/install.txt
77 77 Installing the official version 78 78 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 79 79 80 1. Download Django-0.95.tar.gz from our `download page`_. 81 2. ``tar xzvf Django-0.95.tar.gz`` 82 3. ``cd Django-0.95`` 83 4. ``sudo python setup.py install`` 80 1. Check `distribution specific notes`_ to be sure that your platform/distribution 81 does not provide Django packages/installers. 82 2. Download Django-0.95.tar.gz from our `download page`_. 83 3. ``tar xzvf Django-0.95.tar.gz`` 84 4. ``cd Django-0.95`` 85 5. ``sudo python setup.py install`` 84 86 85 87 Note that the last command will automatically download and install setuptools_ 86 88 if you don't already have it installed. This requires a working Internet … … 93 95 directory. 94 96 95 97 .. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools 98 .. _distribution specific notes: http://www.djangoproject.com/documentation/distributions/ 96 99 97 100 Installing the development version 98 101 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~