Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
29fb032d66d6a89b63f60707e64e83950815241e
/
.
/
examples
/
pip
/
README.md
blob: 0c4ffa8b6785706aaeb7cb79f4e9fdd57de97594 [
file
] [
log
] [
blame
] [
view
]
# pip example
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
.