From 6ea15755ebea8814cb8660b2a39505d90a22ff9a Mon Sep 17 00:00:00 2001 From: Srinivas Nyayapati Date: Fri, 17 Jul 2020 16:07:32 -0400 Subject: [PATCH] update based on review --- docs/html/reference/pip_install.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/html/reference/pip_install.rst b/docs/html/reference/pip_install.rst index d5c96ec29..d6ad8fec1 100644 --- a/docs/html/reference/pip_install.rst +++ b/docs/html/reference/pip_install.rst @@ -880,6 +880,13 @@ Examples $ pip install -e path/to/project # project in another directory +#. Install a project from VCS + + :: + + $ pip install SomeProject@git+https://git.repo/some_pkg.git@1.3.1 + + #. Install a project from VCS in "editable" mode. See the sections on :ref:`VCS Support ` and :ref:`Editable Installs `. :: @@ -916,8 +923,6 @@ Examples $ pip install SomeProject@http://my.package.repo//SomeProject-1.2.3-py33-none-any.whl $ pip install "SomeProject @ http://my.package.repo//SomeProject-1.2.3-py33-none-any.whl" $ pip install SomeProject@http://my.package.repo//1.2.3.tar.gz - $ pip install SomeProject@git+https://git.repo/some_pkg.git@1.3.1 - $ pip install SomeProject@git+https://git.repo/some_pkg.git@1.3.1#7921be1537eac1e97bc40179a57f0349c2aee67d #. Install from alternative package repositories.