1# pip_install example 2 3This example shows how to use pip to fetch external dependencies from a requirements.txt file, 4then use them in BUILD files as dependencies of Bazel targets. 5