Skip to content

Commit ff3e409

Browse files
committed
docs: Add how to default to new resolver
Fixes pypa#8661.
1 parent fe2075b commit ff3e409

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/html/user_guide.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1545,6 +1545,12 @@ How to test
15451545
- If you have a build pipeline that depends on pip installing your
15461546
dependencies for you, check that the new resolver does what you
15471547
need.
1548+
1549+
- If you'd like pip to default to using the new resolver, run ``pip
1550+
config set global.use-feature 2020-resolver`` (for more on that
1551+
and the alternate ``PIP_USE_FEATURE`` environment variable
1552+
option, see `issue 8661`_).
1553+
15481554
- Run your project’s CI (test suite, build process, etc.) using the
15491555
new resolver, and let us know of any issues.
15501556
- If you have encountered resolver issues with pip in the past,
@@ -1671,6 +1677,7 @@ announcements on the `low-traffic packaging announcements list`_ and
16711677

16721678
.. _freeze: https://pip.pypa.io/en/latest/reference/pip_freeze/
16731679
.. _resolver testing survey: https://tools.simplysecure.org/survey/index.php?r=survey/index&sid=989272&lang=en
1680+
.. _issue 8661: https://github.com/pypa/pip/issues/8661
16741681
.. _our announcement on the PSF blog: http://pyfound.blogspot.com/2020/03/new-pip-resolver-to-roll-out-this-year.html
16751682
.. _tensorflow: https://pypi.org/project/tensorflow/
16761683
.. _low-traffic packaging announcements list: https://mail.python.org/mailman3/lists/pypi-announce.python.org/

0 commit comments

Comments
 (0)