Skip to content
This repository has been archived by the owner on Nov 25, 2017. It is now read-only.

Commit

Permalink
Django is now at 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdaugherty committed Oct 25, 2012
1 parent 961fcf7 commit 3955a30
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions chapter02.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ Python 2.5, so using a later version of Python keeps your options open.
supported it experimentally. Python 3.0 introduced a substantial number of
backwards-incompatible changes to the language itself, and, as a result,
many major Python libraries and frameworks, including Django, had not yet
caught up. Python 3.0 support is expected in Django version 1.5.
caught up. Python 3.0 support is expected in Django version 1.5 at the
earliest.

Installation
------------
Expand Down Expand Up @@ -82,14 +83,14 @@ updates along with the rest of your system packages.

If you don't have access to a prepackaged version, you can download and install
the framework manually. To do so, first download the tarball, which will be
named something like ``Django-1.4.1.tar.gz``. (It doesn't matter which
named something like ``Django-1.4.2.tar.gz``. (It doesn't matter which
local directory you download this file into; the installation process will put
Django's files in the right place.) Then, unzip it and run ``setup.py install``,
as you do with most Python libraries.

Here's how that process looks on Unix systems:

#. ``tar xzvf Django-1.4.1.tar.gz``
#. ``tar xzvf Django-1.4.2.tar.gz``
#. ``cd Django-*``
#. ``sudo python setup.py install``

Expand Down

0 comments on commit 3955a30

Please sign in to comment.