Merge pull request #896 from 5uper5hoot/docs-typo-fix

Update basics.rst
This commit is contained in:
Nate Prewitt
2017-10-13 07:05:49 -07:00
committed by GitHub
+1 -1
View File
@@ -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 subdepencies of VCS dependencies, but only if they are editable, like so::
Pipenv will resolve the subdependencies of VCS dependencies, but only if they are editable, like so::
[packages]
requests = {git = "https://github.com/requests/requests.git", editable=true}