Django

Code

Changeset 3483

Show
Ignore:
Timestamp:
07/28/06 17:22:03 (2 years ago)
Author:
adrian
Message:

Changed .91 to .95 in docs/install.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/install.txt

    r2930 r3483  
    7878~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    7979 
    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`` 
     801. Download Django-0.95.tar.gz from our `download page`_. 
     812. ``tar xzvf Django-0.95.tar.gz`` 
     823. ``cd Django-0.95`` 
    83834. ``sudo python setup.py install`` 
    8484 
     
    8989This will install Django in your Python installation's ``site-packages`` 
    9090directory. 
    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. 
    9991 
    10092.. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools