ali5h / rules_pip

pip package rules for bazel that are fast (incremental fetch), support different python versions and work with all kinds of packages (i.e. packages with namespaces)
MIT License
60 stars 24 forks source link

add quiet mode to whl install #45

Closed ali5h closed 4 years ago

ali5h commented 4 years ago

By setting quiet = True in pip_import, install logs will be suppressed. This is the default.


This change is Reviewable