blob: a474a018e331f9968c7b2e22b58ea7a932c49d70 [file] [log] [blame] [view]
# LEGACY pip example
This feature has been replaced by the pip_install rule, please see the rules_python 0.1 release notes to migrate.
This shows how you can point Bazel at your requirements.txt file to get dependencies automatically installed.
It also shows how a monorepo might have multiple python packages which each have a separate requirements.txt file.