@@ -16,34 +16,38 @@ Installation
1616    :target:  https://readthedocs.org/projects/gitdb/?badge=latest 
1717    :alt:  Documentation Status 
1818
19- From `PyPI  <https://pypi.python.org/pypi/gitdb >`_
19+ From `PyPI  <https://pypi.python.org/pypi/gitdb >`_:: 
2020
2121 pip install gitdb 
2222
2323SPEEDUPS
2424======== 
2525
26- If you want to go up to 20% faster, you can install gitdb-speedups with:
26+ If you want to go up to 20% faster, you can install gitdb-speedups with:: 
2727
2828 pip install gitdb-speedups 
2929
30+ However, please note that gitdb-speedups is not currently maintained.
31+ 
3032REQUIREMENTS
3133============ 
3234
35+ * smmap - declared as a dependency, automatically installed
3336* pytest - for running the tests
3437
3538SOURCE
3639====== 
37- The source is available in a git repository at gitorious and github:
40+ 
41+ The source is available in a git repository on GitHub:
3842
3943https://github.com/gitpython-developers/gitdb
4044
41- Once the clone is complete, please be sure to initialize the submodules  using
45+ Once the clone is complete, please be sure to initialize the submodule  using:: 
4246
4347 cd gitdb 
4448 git submodule update --init 
4549
46- Run the tests with
50+ Run the tests with:: 
4751
4852 pytest 
4953
@@ -53,13 +57,13 @@ DEVELOPMENT
5357.. image :: https://github.com/gitpython-developers/gitdb/workflows/Python%20package/badge.svg 
5458    :target:  https://github.com/gitpython-developers/gitdb/actions 
5559
56- The library is considered mature, and not under active development. It's  primary (known) use is in git-python .
60+ The library is considered mature, and not under active development. Its  primary (known) use is in GitPython .
5761
5862INFRASTRUCTURE
5963============== 
6064
61- * Mailing List 
62-     * http ://groups.google. com/group/git-python 
65+ * Discussions 
66+     * https ://github. com/gitpython-developers/GitPython/discussions 
6367
6468* Issue Tracker
6569    * https://github.com/gitpython-developers/gitdb/issues
0 commit comments