diff --git a/docs/basics.rst b/docs/basics.rst index 56e9c535..b14d16ce 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -371,7 +371,7 @@ You can install packages with pipenv from git and other version control systems +:////@#egg= -The only optional section is the ``@`` section. When using git over SSH, you may use the shorthand vcs and scheme alias ``git+git@:/@#``. Note that this is translated to ``git+ssh://git@`` when parsed. +The only optional section is the ``@`` section. When using git over SSH, you may use the shorthand vcs and scheme alias ``git+git@:/@#egg=``. Note that this is translated to ``git+ssh://git@`` when parsed. Note that it is **strongly recommended** that you install any version-controlled dependencies in editable mode, using ``pipenv install -e``, in order to ensure that dependency resolution can be performed with an up to date copy of the repository each time it is performed, and that it includes all known dependencies.