From 3ee3a705983747e3b06005048b31c98b9b00bef8 Mon Sep 17 00:00:00 2001 From: rfkelly0 Date: Mon, 27 Dec 2010 08:49:36 +0000 Subject: bump documented minimum python version to 2.5 git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@577 67cdc799-7952-0410-af00-57a81ceafa0f --- docs/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 089706a..a39a47f 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -29,7 +29,7 @@ You should now have the `fs` module on your path: Prerequisites ------------- -PyFilesystem requires at least **Python 2.4**. There are a few other dependencies if you want to use some of the more advanced filesystem interfaces, but for basic use all that is needed is the Python standard library. +PyFilesystem requires at least **Python 2.5**. There are a few other dependencies if you want to use some of the more advanced filesystem interfaces, but for basic use all that is needed is the Python standard library. * wxPython (required for fs.browsewin) http://www.wxpython.org/ * Boto (required for fs.s3fs) http://code.google.com/p/boto/ -- cgit v1.2.1