diff --git a/README.md b/README.md index 5a0d2e9..59ada3d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ pygit2 - libgit2 bindings in Python ===================================== -pygit2 is a set of Python 2.6+ bindings to the libgit2 linkable C Git library. +pygit2 is a set of Python 2.5+ bindings to the libgit2 linkable C Git library. INSTALLING AND RUNNING ======================== @@ -16,7 +16,7 @@ For instance, in Debian-based systems run: $ sudo apt-get install zlib1g-dev libssl-dev -Also, make sure you have Python 2.6+ installed together with the Python development headers. +Also, make sure you have Python 2.5+ installed together with the Python development headers. When those are installed, you can install pygit2: