summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2010-12-27 08:49:36 +0000
committerrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2010-12-27 08:49:36 +0000
commit3ee3a705983747e3b06005048b31c98b9b00bef8 (patch)
tree25caea522e9aa36c059b09da50405122506dfd03 /docs
parente967c6eb790ac5e294be2a1396a3cc55c431b184 (diff)
downloadpyfilesystem-3ee3a705983747e3b06005048b31c98b9b00bef8.tar.gz
bump documented minimum python version to 2.5
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@577 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'docs')
-rw-r--r--docs/getting_started.rst2
1 files changed, 1 insertions, 1 deletions
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/