UsageΒΆ
Calling bindep --help
outputs command-line usage information for
the utility:
usage: bindep [-h] [--brief] [--file FILENAME] [--profiles]
[--list_all {newline,csv}] [--version]
[profile ...]
positional arguments:
profile Extra profiles to match when checking for packages.
options:
-h, --help show this help message and exit
--brief, -b List only missing packages one per line.
--file FILENAME, -f FILENAME
Package list file (default: bindep.txt or other-
requirements.txt).
--profiles List the platform and configuration profiles.
--list_all {newline,csv}, -l {newline,csv}
List all dependencies for this platform and profile.
Pass in either 'newline' or 'csv' to specify the
format of the output.
--version show program's version number and exit