Skip to content

Commit 895f0bc

Browse files
committed
Update requirements doc
1 parent e73c80d commit 895f0bc

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

‎doc/source/intro.rst

+13-10
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,20 @@ The object database implementation is optimized for handling large quantities of
1313
Requirements
1414
============
1515

16+
* `Python`_ 2.7 or newer
17+
Since GitPython 2.0.0
1618
* `Git`_ 1.7.0 or newer
1719
It should also work with older versions, but it may be that some operations
1820
involving remotes will not work as expected.
1921
* `GitDB`_ - a pure python git database implementation
2022
* `Python Nose`_ - used for running the tests
2123
* `Mock by Michael Foord`_ used for tests. Requires version 0.5
2224

23-
.. _Git: http://git-scm.com/
24-
.. _Python Nose: http://code.google.com/p/python-nose/
25+
.. _Python: https://www.python.org
26+
.. _Git: https://git-scm.com/
27+
.. _Python Nose: https://nose.readthedocs.io/en/latest/
2528
.. _Mock by Michael Foord: http://www.voidspace.org.uk/python/mock.html
26-
.. _GitDB: http://pypi.python.org/pypi/gitdb
29+
.. _GitDB: https://pypi.python.org/pypi/gitdb
2730

2831
Installing GitPython
2932
====================
@@ -52,7 +55,7 @@ script:
5255
.. sourcecode:: none
5356

5457
# python setup.py install
55-
58+
5659
.. note:: In this case, you have to manually install `GitDB`_ as well. It would be recommended to use the :ref:`git source repository <source-code-label>` in that case.
5760

5861
Getting Started
@@ -80,16 +83,16 @@ GitPython's git repo is available on GitHub, which can be browsed at:
8083
and cloned using::
8184

8285
$ git clone https://github.com/gitpython-developers/GitPython git-python
83-
86+
8487
Initialize all submodules to obtain the required dependencies with::
85-
88+
8689
$ cd git-python
8790
$ git submodule update --init --recursive
88-
91+
8992
Finally verify the installation by running the `nose powered <http://code.google.com/p/python-nose/>`_ unit tests::
90-
93+
9194
$ nosetests
92-
95+
9396
Questions and Answers
9497
=====================
9598
Please use stackoverflow for questions, and don't forget to tag it with `gitpython` to assure the right people see the question in a timely manner.
@@ -101,7 +104,7 @@ Issue Tracker
101104
The issue tracker is hosted by github:
102105

103106
https://github.com/gitpython-developers/GitPython/issues
104-
107+
105108
License Information
106109
===================
107110
GitPython is licensed under the New BSD License. See the LICENSE file for

0 commit comments

Comments
 (0)