From 1a7d72fe6ebee100fda2a3d40dda1bcf14b29971 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 30 Jul 2018 14:35:28 +1000 Subject: [PATCH] Add link to PEP-440 for version specifiers --- docs/basics.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/basics.rst b/docs/basics.rst index 9c222eb4..8a9460e7 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -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 -------------------------------