document python 2.6 minimum requirement, remove all stuff that refers to 2.5

This commit is contained in:
Thomas Waldmann 2013-05-18 17:06:25 +02:00
parent 521398d5e7
commit 40fad2ece8
10 changed files with 8 additions and 20 deletions

View file

@ -13,7 +13,7 @@ So how do you get all that on your computer quickly? There are many ways you
could do that, but the most kick-ass method is virtualenv, so let's have a look
at that first.
You will need Python 2.5 or higher to get started, so be sure to have an
You will need Python 2.6 or higher to get started, so be sure to have an
up-to-date Python 2.x installation. Python 3.x is not supported.
.. _virtualenv: