Changeset 2930
- Timestamp:
- 05/16/06 21:39:52 (2 years ago)
- Files:
-
- django/trunk/docs/install.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/install.txt
r2809 r2930 78 78 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 79 79 80 1. Download Django-0.9 2.tar.gz from our `download page`_.81 2. ``tar xzvf Django-0.9 2.tar.gz``82 3. ``cd Django-0.9 2``80 1. Download Django-0.91.tar.gz from our `download page`_. 81 2. ``tar xzvf Django-0.91.tar.gz`` 82 3. ``cd Django-0.91`` 83 83 4. ``sudo python setup.py install`` 84 84 … … 89 89 This will install Django in your Python installation's ``site-packages`` 90 90 directory. 91 92 .. note:: 93 94 Due to recent backwards-incompatible changes, it is strongly recommended 95 that you use the development version (below) for any new applications or 96 if you are just starting to work with Django. The 0.91 release is a 97 dead-end branch that is primarily of use for supporting legacy Django 98 applications. 91 99 92 100 .. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools
