Merge branch 'master' into master

This commit is contained in:
Mark
2018-08-06 12:26:50 -07:00
committed by GitHub
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -188,6 +188,9 @@ 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 `the relevant section of PEP-440`_.
.. _`the relevant section of PEP-440`: https://www.python.org/dev/peps/pep-0440/#version-specifiers>
☤ Specifying Versions of Python
-------------------------------
+1
View File
@@ -0,0 +1 @@
Added a link to ``PEP-440`` version specifiers in the documentation for additional detail.