Skip to content

Commit 0d5ca10

Browse files
authored
remove caveat entirely
1 parent 9730a98 commit 0d5ca10

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

source/tutorials/managing-dependencies.rst

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,6 @@ as Python libraries, should also consider the
2626
`poetry <https://github.com/python-poetry/poetry>`_ project as an alternative dependency
2727
management solution.
2828

29-
Recommendation caveats (circa June 2020)
30-
-----------------------------------------
31-
32-
At present, the ``pipenv`` project team is `staging multiple bug fixes and features <https://github.com/pypa/pipenv/issues/3369>`_, so the tool continues to suffer from several quirks and performance problems. The latest updates are in pre-release stage after long hiatus.
33-
34-
Because of these issues, you may find you need to troubleshoot the tool itself. While this tutorial covers ``pipenv`` for Python *application* development, troubleshooting necessitates thinking of ``pipenv`` itself as a *library* in development. If you run into a bug that `appears to be addressed <https://github.com/pypa/pipenv/releases/latest>`_ by the latest preview version, you may want to try the `latest Pipenv <https://pypi.org/project/pipenv/#history>`_. In such a case, you would install the pre-release by specifying the version string in `pip` as follows:
35-
36-
.. code-block:: python
37-
38-
pip install pipenv==2020.4.1b2
39-
40-
Alternatively, project maintainers may want to investigate :ref:`other-dependency-management-tools` for use instead or
41-
alongside ``pipenv``.
42-
43-
The above caveat on the tutorial will remain until the most recent ``pipenv`` is a stable release.
44-
4529
Installing Pipenv
4630
-----------------
4731

0 commit comments

Comments
 (0)