From 85a10368367b375902b98af27f06574bab8e8bf5 Mon Sep 17 00:00:00 2001 From: Joost Molenaar Date: Mon, 18 May 2015 10:32:02 +0200 Subject: [PATCH] Document surprising pip configuration behavior --- docs/user_guide.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/user_guide.rst b/docs/user_guide.rst index a05285102..f63eeea8c 100644 --- a/docs/user_guide.rst +++ b/docs/user_guide.rst @@ -321,6 +321,17 @@ set like this: ignore-installed = true no-dependencies = yes +To enable the boolean options ``--no-compile`` and ``--no-cache-dir``, falsy +values have to be used: + +.. code-block:: ini + + [global] + no-cache-dir = false + + [install] + no-compile = no + Appending options like ``--find-links`` can be written on multiple lines: .. code-block:: ini