Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Commit610c46d
committed
Document how to use vendored dependencies
This adds a subsection to the end of the installation instructionsin the readme to explain how to cause the versions of the gitdband/or smmap dependencies that are vendored as submodules of theGitPython repository to be used, instead of the PyPI versions, inthe infrequent case that this is desired.This goes along with he removal of the logic that conditionallymodified sys.path, since that logic was intended to facilitate this(and at one time had). The approach now documented in the readmeuses editable installs and does not involve modifying sys.path.Because the need for this is uncommon, it may end up being movedentirely into documentation in the doc/ directory in the future.1 parent00aee49 commit610c46d
1 file changed
+14
-0
lines changedLines changed: 14 additions & 0 deletions
Original 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
Comments
(0)