You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,13 @@ It provides abstractions of git objects for easy access of repository data, and
6
6
7
7
The object database implementation is optimized for handling large quantities of objects and large datasets, which is achieved by using low-level structures and data streaming.
8
8
9
+
9
10
### REQUIREMENTS
10
11
11
12
GitPython needs the `git` executable to be installed on the system and available in your `PATH` for most operations. If it is not in your `PATH`, you can help GitPython find it by setting the `GIT_PYTHON_GIT_EXECUTABLE=<path/to/git>` environment variable.
12
13
13
14
* Git (1.7.x or newer)
15
+
* Python 2.7 to 3.5, while python 2.6 is supported on a *best-effort basis*.
14
16
15
17
The list of dependencies are listed in `./requirements.txt` and `./test-requirements.txt`. The installer takes care of installing them for you.
0 commit comments