Sign in
android
/
platform
/
external
/
bazelbuild-rules_python
/
9fc7cfa
/
.
/
examples
/
pip_install
/
README.md
blob: 76577870f878002de7236e6f3ea8031c0e1194f7 [
file
] [
log
] [
blame
] [
view
]
# pip_install example
This
example shows how to
use
pip to fetch external dependencies
from
a requirements
.
txt file
,
then
use
them
in
BUILD files
as
dependencies of
Bazel
targets
.