Skip to content

Commit 69c4127

Browse files
antnieszkapradyunsg
authored andcommitted
Mention more tools in tool-recommendations.rst (pypa#683)
Be clearer that if pipenv isn't working out for people, there are alternative options to explore that either work differently or are are better building blocks for custom scripting. Add other packaging options since pipenv is not the only one out there. * Update source/guides/tool-recommendations.rst Co-Authored-By: Pradyun Gedam <[email protected]> * Update tool-recommendations.rst Add pip as first tool to consider Co-authored-by: Pradyun Gedam <[email protected]>
1 parent 0e62bac commit 69c4127

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

source/guides/tool-recommendations.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@ Use :ref:`pipenv` to manage library dependencies when developing Python
1515
applications. See :doc:`../tutorials/managing-dependencies` for more details
1616
on using ``pipenv``.
1717

18-
Consider other tools such as :ref:`pip` when ``pipenv`` does not meet your use
19-
case.
18+
When ``pipenv`` does not meet your use case, consider other tools like:
19+
20+
* :ref:`pip`
21+
22+
* `pip-tools <https://github.com/jazzband/pip-tools>`_
23+
24+
* `Poetry <https://python-poetry.org/>`_
2025

2126
Installation tool recommendations
2227
=================================

0 commit comments

Comments
 (0)