Skip to content

Commit

Permalink
Merge pull request #2674 from mic159/patch-2
Browse files Browse the repository at this point in the history
Add link to PEP-440 version specifiers in documentation
  • Loading branch information
techalchemy authored Aug 5, 2018
2 parents 41d31e6 + fd45dcb commit ea8a8f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------------------
Expand Down

0 comments on commit ea8a8f4

Please sign in to comment.