Changeset 3483
- Timestamp:
- 07/28/06 17:22:03 (2 years ago)
- Files:
-
- django/trunk/docs/install.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/install.txt
r2930 r3483 78 78 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 79 79 80 1. Download Django-0.9 1.tar.gz from our `download page`_.81 2. ``tar xzvf Django-0.9 1.tar.gz``82 3. ``cd Django-0.9 1``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 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 recommended95 that you use the development version (below) for any new applications or96 if you are just starting to work with Django. The 0.91 release is a97 dead-end branch that is primarily of use for supporting legacy Django98 applications.99 91 100 92 .. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools
