@@ -53,10 +53,10 @@ the Python Package Index).
5353
5454### Installing from source
5555
56- To install from source you need to have Python (2.6, 2. 7, 3.2+ or pypy)
56+ To install from source you need to have Python (2.7, 3.2+ or pypy)
5757installed.
5858
59- Additionaly, you need to [ install pygit2 (v0.23.0) ] (
59+ Additionaly, you need to [ install pygit2] (
6060http://www.pygit2.org/install.html "pygit2 install").
6161
6262Then, [ download the source code tarball] ( http://gitless.com " Gitless's website ")
@@ -69,9 +69,9 @@ and do:
6969
7070If you are a Python fan you might find it easier to install
7171Gitless via the Python Package Index. To do this, you need to have
72- Python (2.6, 2. 7, 3.2+ or pypy) installed.
72+ Python (2.7, 3.2+ or pypy) installed.
7373
74- Additionaly, you need to [ install pygit2 (v0.23.0) ] (
74+ Additionaly, you need to [ install pygit2] (
7575http://www.pygit2.org/install.html "pygit2 install").
7676
7777Then, just do:
@@ -114,4 +114,4 @@ Gitless's code so that your edits are consistent with the codebase
114114
115115- Finally, if you don't want [ Travis] (
116116 https://travis-ci.org/sdg-mit/gitless "Travis") to
117- be mad at you, check that tests pass in python 2.6, 2.7 and 3.2+
117+ be mad at you, check that tests pass in Python 2.7 and 3.2+
0 commit comments