tree: 60bb9f4bc4aca5a8a52117732bba50f4c0a45788 [path history] [tgz]
  1. .bazelrc
  2. .gitignore
  3. BUILD
  4. main.py
  5. pip_install_test.py
  6. README.md
  7. requirements.in
  8. requirements.txt
  9. requirements_windows.txt
  10. test.py
  11. WORKSPACE
examples/pip_install/README.md

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.