Django

Code

Changeset 1265

Show
Ignore:
Timestamp:
11/15/05 23:35:59 (3 years ago)
Author:
adrian
Message:

Added official-version information to docs/install.txt

Files:

Legend:

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

    r1193 r1265  
    7878~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    7979 
    80 There IS no official version yet. But once there is, here's how it'll work: 
     801. Download Django-0.90.tar.gz from our `download page`_. 
     812. ``tar xzvf Django-0.90.tar.gz`` 
     823. ``cd Django-0.90`` 
     834. ``sudo python setup.py install`` 
    8184 
    82 1. Download the tarball of the latest official version from our `download page`_. 
    83 2. ``tar xzvf django-1.0.0.tar.gz`` 
    84 3. ``cd django-1.0.0`` 
    85 4. ``python setup.py install`` 
     85Note that the last command will automatically download and install setuptools_ 
     86if you don't already have it installed. This requires a working Internet 
     87connection. 
     88 
     89This will install Django in your Python installation's ``site-packages`` 
     90directory. 
     91 
     92.. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools 
    8693 
    8794Installing the development version