1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Removed example file section for external/unverified packages

[ci skip]
This commit is contained in:
Douglas Thor 2015-09-17 09:43:27 -07:00
parent 950009031f
commit 91f0e8b291

View file

@ -150,13 +150,6 @@ Use ``pip install -r example-requirements.txt`` to install::
coverage != 3.5 # Version Exclusion. Anything except version 3.5
Mopidy-Dirble ~= 1.1 # Compatible release. Same as >= 1.1, == 1.1.*
#
###### Allowing External and Unverified Packages ######
# Must explicitly tell pip which packages are external and unverified.
# Command-line equivalent: 'pip install pyPdf --allow-external pyPdf --allow-unverified pyPdf'
--allow-external pyPdf
--allow-unverified pyPdf
pyPdf
#
###### Refer to other requirements files ######
-r other-requirements.txt
#