mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #896 from 5uper5hoot/docs-typo-fix
Update basics.rst
This commit is contained in:
+1
-1
@@ -282,7 +282,7 @@ You should do this for your shell too, in your ``~/.profile`` or ``~/.bashrc`` o
|
||||
☤ A Note about VCS Dependencies
|
||||
-------------------------------
|
||||
|
||||
Pipenv will resolve the sub–depencies of VCS dependencies, but only if they are editable, like so::
|
||||
Pipenv will resolve the sub–dependencies of VCS dependencies, but only if they are editable, like so::
|
||||
|
||||
[packages]
|
||||
requests = {git = "https://github.com/requests/requests.git", editable=true}
|
||||
|
||||
Reference in New Issue
Block a user