Django

Code

Changeset 4629

Show
Ignore:
Timestamp:
02/26/07 17:23:01 (2 years ago)
Author:
jacob
Message:

Fixed #3325: Added docs/distributions.txt, a guide to packaged versions of Django in Debian/Fedora/etc. Thanks to Marc Fargas and Ubernostrum for the patches.

Files:

Legend:

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

    r4624 r4629  
    8282~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    8383 
    84 1. Download Django-0.95.tar.gz from our `download page`_. 
    85 2. ``tar xzvf Django-0.95.tar.gz`` 
    86 3. ``cd Django-0.95`` 
    87 4. ``sudo python setup.py install`` 
     84    1. Check the `distribution specific notes`_ to see if your 
     85       platform/distribution provides official Django packages/installers. 
     86       Distribution-provided packages will typically allow for automatic 
     87       installation of dependancies and easy upgrade paths. 
     88 
     89    2. Download Django-0.95.tar.gz from our `download page`_. 
     90 
     91    3. ``tar xzvf Django-0.95.tar.gz`` 
     92 
     93    4. ``cd Django-0.95`` 
     94 
     95    5. ``sudo python setup.py install`` 
    8896 
    8997Note that the last command will automatically download and install setuptools_ 
     
    98106 
    99107.. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools 
     108.. _distribution specific notes: ../distributions/ 
    100109 
    101110Installing the development version