From e898267d94c5e7c9e41cdb1cf86e924818bbb3ba Mon Sep 17 00:00:00 2001 From: Sumana Harihareswara Date: Tue, 28 Jul 2020 09:35:14 -0400 Subject: [PATCH] WIP fixing tabs spaces problem --- docs/html/user_guide.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/html/user_guide.rst b/docs/html/user_guide.rst index 6a6fd8151..63f54d1fa 100644 --- a/docs/html/user_guide.rst +++ b/docs/html/user_guide.rst @@ -1119,9 +1119,9 @@ How to test 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 + - 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.