-
-
Notifications
You must be signed in to change notification settings - Fork 957
Commit ef46f97
committed
Document how to use vendored dependencies
This adds a subsection to the end of the installation instructions
in the readme to explain how to cause the versions of the gitdb
and/or smmap dependencies that are vendored as submodules of the
GitPython repository to be used, instead of the PyPI versions, in
the infrequent case that this is desired.
This goes along with he removal of the logic that conditionally
modified sys.path, since that logic was intended to facilitate this
(and at one time had). The approach now documented in the readme
uses editable installs and does not involve modifying sys.path.
Because the need for this is uncommon, it may end up being moved
entirely into documentation in the doc/ directory in the future.1 parent eafaeee commit ef46f97
1 file changed
+14
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 | + | ||
101 | + | ||
102 | + | ||
103 | + | ||
104 | + | ||
105 | + | ||
106 | + | ||
107 | + | ||
108 | + | ||
109 | + | ||
110 | + | ||
111 | + | ||
112 | + | ||
113 | + | ||
100 | 114 |
| |
101 | 115 |
| |
102 | 116 |
| |
|
0 commit comments