mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge branch 'master' into ticket-3383
This commit is contained in:
@@ -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
@@ -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
|
||||
-------------------------------
|
||||
|
||||
Reference in New Issue
Block a user