Merge branch 'master' into ticket-3383

This commit is contained in:
Tapasweni Pathak
2019-10-14 16:42:02 +03:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -56,7 +56,7 @@ Or, if you\'re using FreeBSD:
# pkg install py36-pipenv
Otherwise, refer to the [documentation](https://docs.pipenv.org/en/latest/install/#installing-pipenv) for instructions.
Otherwise, refer to the [documentation](https://pipenv.kennethreitz.org/en/latest/#install-pipenv-today) for instructions.
✨🍰✨
@@ -303,4 +303,4 @@ Use the shell:
☤ Documentation
---------------
Documentation resides over at [pipenv.org](http://pipenv.org/).
Documentation resides over at [pipenv.org](https://pipenv.kennethreitz.org/en/latest/).
+2 -2
View File
@@ -202,7 +202,7 @@ This will update your ``Pipfile`` to reflect this requirement, automatically.
In general, Pipenv uses the same specifier format as pip. However, note that according to `PEP 440`_ , you can't use versions containing a hyphen or a plus sign.
.. _`PEP 440`: <https://www.python.org/dev/peps/pep-0440/>
.. _`PEP 440`: https://www.python.org/dev/peps/pep-0440/
To make inclusive or exclusive version comparisons you can use: ::
@@ -222,7 +222,7 @@ To avoid installing a specific version you can use the ``!=`` identifier.
For an in depth explanation of the valid identifiers and more complex use cases check `the relevant section of PEP-440`_.
.. _`the relevant section of PEP-440`: https://www.python.org/dev/peps/pep-0440/#version-specifiers>
.. _`the relevant section of PEP-440`: https://www.python.org/dev/peps/pep-0440/#version-specifiers
☤ Specifying Versions of Python
-------------------------------