Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Johan Herland <[email protected]>
  • Loading branch information
mknorps and jherland committed Jul 31, 2023
1 parent 10d7f98 commit ee5a8c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,9 @@ Here is a complete list of configuration directives we support:
declared dependencies. Must be one of `"requirements.txt"`, `"setup.py"`,
`"setup.cfg"`, `"pyproject.toml"`, or leave it unset (i.e. the default) for
auto-detection (based on filename).
- `install-deps`: Install Python dependencies gathered with FawltyDeps to
a temporary virtual environment. Dependencies will be installed from PyPI.
- `install-deps`: Automatically install Python dependencies gathered with
FawltyDeps into a temporary virtual environment. This will use `pip install`,
which downloads packages from PyPI by default.
- `verbosity`: An integer controlling the default log level of FawltyDeps:
- `-2`: Only `CRITICAL`-level log messages are shown.
- `-1`: `ERROR`-level log messages and above are shown.
Expand Down

0 comments on commit ee5a8c8

Please sign in to comment.