Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfb577c8

Browse files
committed
Merge pull request#429 from inderpreet99/fix-reqs-doc
Update requirements doc
2 parentse73c80d +895f0bc commitfb577c8

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

‎doc/source/intro.rst

Lines changed: 13 additions & 10 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp