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
+12-7
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,11 @@ The object database implementation is optimized for handling large quantities of
8
8
9
9
### REQUIREMENTS
10
10
11
-
* Git ( tested with 1.8.3.4 )
12
-
* Python Nose - used for running the tests
13
-
- Tested with nose 1.3.0
14
-
* Mock by Michael Foord used for tests
15
-
- Tested with 1.0.1
16
-
* Coverage - used for tests coverage
11
+
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.
17
12
18
-
The list of dependencies are listed in /requirements.txt and /test-requirements.txt. The installer takes care of installing them for you though.
13
+
* Git (1.7.x or newer)
14
+
15
+
The list of dependencies are listed in `./requirements.txt` and `./test-requirements.txt`. The installer takes care of installing them for you.
19
16
20
17
### INSTALL
21
18
@@ -62,8 +59,16 @@ You can watch me fix issues or implement new features [live on Twitch][twitch-ch
0 commit comments