Add link to PEP-440 for version specifiers

This commit is contained in:
Michael
2018-07-30 14:35:28 +10:00
committed by GitHub
parent 31e0b0e1e6
commit 1a7d72fe6e
+1
View File
@@ -188,6 +188,7 @@ To tell pipenv to install a specific version of a library, the usage is simple::
This will update your ``Pipfile`` to reflect this requirement, automatically.
For other version specifiers, see `PEP-440 <(https://www.python.org/dev/peps/pep-0440/#version-specifiers>`.
☤ Specifying Versions of Python
-------------------------------