Changeset 4811
- Timestamp:
- 03/23/07 16:16:32 (2 years ago)
- Files:
-
- django/trunk/docs/install.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/install.txt
r4648 r4811 87 87 installation of dependancies and easy upgrade paths. 88 88 89 2. Download Django-0.95.tar.gzfrom our `download page`_.89 2. Download the latest release from our `download page`_. 90 90 91 3. ``tar xzvf Django-0.95.tar.gz``91 3. Untar the downloaded file (e.g. ``tar xzvf Django-NNN.tar.gz``). 92 92 93 4. ``cd Django-0.95``93 4. Change into the downloaded directory (e.g. ``cd Django-NNN``). 94 94 95 5. ``sudo python setup.py install``95 5. Run ``sudo python setup.py install``. 96 96 97 97 Note that the last command will automatically download and install setuptools_
