From 263f85b0add0b7d5f170ef6acd03bde87a09df1e Mon Sep 17 00:00:00 2001 From: Sumana Harihareswara Date: Tue, 28 Jul 2020 10:21:52 -0400 Subject: [PATCH] formatting fix --- docs/html/user_guide.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/html/user_guide.rst b/docs/html/user_guide.rst index f7a022c42..9ef6dfffc 100644 --- a/docs/html/user_guide.rst +++ b/docs/html/user_guide.rst @@ -1119,11 +1119,13 @@ How to test - If you use pip to install your software, try out the new resolver and let us know if it works for you with ``pip install``. Try: + - installing several packages simultaneously - re-creating an environment using a ``requirements.txt`` file - using ``pip install --force-reinstall`` to check whether it does what you think it should - using constraints files + - If you have a build pipeline that depends on pip installing your dependencies for you, check that the new resolver does what you need.