1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Merge pull request #6372 from kx-chen/document-no-warn-script-location

Document enabling --no-warn-script-location
This commit is contained in:
Christopher Hunt 2019-11-11 10:45:46 +08:00 committed by GitHub
commit 105e7bd0b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -394,8 +394,8 @@ 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:
To enable the boolean options ``--no-compile``, ``--no-warn-script-location``
and ``--no-cache-dir``, falsy values have to be used:
.. code-block:: ini
@ -404,6 +404,7 @@ values have to be used:
[install]
no-compile = no
no-warn-script-location = false
Appending options like ``--find-links`` can be written on multiple lines: