Django

Code

Changeset 4811

Show
Ignore:
Timestamp:
03/23/07 16:16:32 (2 years ago)
Author:
jacob
Message:

Fixed explicit reference to 0.95 in install.txt.

Files:

Legend:

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

    r4648 r4811  
    8787       installation of dependancies and easy upgrade paths. 
    8888 
    89     2. Download Django-0.95.tar.gz from our `download page`_. 
     89    2. Download the latest release from our `download page`_. 
    9090 
    91     3. ``tar xzvf Django-0.95.tar.gz`` 
     91    3. Untar the downloaded file (e.g. ``tar xzvf Django-NNN.tar.gz``). 
    9292 
    93     4. ``cd Django-0.95`` 
     93    4. Change into the downloaded directory (e.g. ``cd Django-NNN``). 
    9494 
    95     5. ``sudo python setup.py install`` 
     95    5. Run ``sudo python setup.py install``. 
    9696 
    9797Note that the last command will automatically download and install setuptools_