summaryrefslogtreecommitdiff
path: root/pip/commands/install.py
diff options
context:
space:
mode:
Diffstat (limited to 'pip/commands/install.py')
-rw-r--r--pip/commands/install.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pip/commands/install.py b/pip/commands/install.py
index 246f4d7ad..cbf22a086 100644
--- a/pip/commands/install.py
+++ b/pip/commands/install.py
@@ -23,9 +23,6 @@ class InstallCommand(Command):
pip also supports installing from "requirements files", which provide
an easy way to specify a whole environment to be installed.
-
- See http://www.pip-installer.org for details on VCS url formats and
- requirements files.
"""
name = 'install'