README: we support Python 2.5 too
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
pygit2 - libgit2 bindings in Python
|
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
|
INSTALLING AND RUNNING
|
||||||
========================
|
========================
|
||||||
@@ -16,7 +16,7 @@ For instance, in Debian-based systems run:
|
|||||||
|
|
||||||
$ sudo apt-get install zlib1g-dev libssl-dev
|
$ 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:
|
When those are installed, you can install pygit2:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user