Django

Code

Ticket #3325: install.diff

File install.diff, 1.1 kB (added by Marc Fargas <telenieko@telenieko.com>, 2 years ago)

Changes to install.diff up to revision 4347

  • docs/install.txt

    old new  
    7777Installing the official version 
    7878~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    7979 
    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 4. ``sudo python setup.py install`` 
     801. Check `distribution specific notes`_ to be sure that your platform/distribution 
     81   does not provide Django packages/installers. 
     822. Download Django-0.95.tar.gz from our `download page`_. 
     833. ``tar xzvf Django-0.95.tar.gz`` 
     844. ``cd Django-0.95`` 
     855. ``sudo python setup.py install`` 
    8486 
    8587Note that the last command will automatically download and install setuptools_ 
    8688if you don't already have it installed. This requires a working Internet 
     
    9395directory. 
    9496 
    9597.. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools 
     98.. _distribution specific notes: http://www.djangoproject.com/documentation/distributions/ 
    9699 
    97100Installing the development version 
    98101~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~