aboutsummaryrefslogtreecommitdiff
path: root/examples/pip_install/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pip_install/README.md')
-rw-r--r--examples/pip_install/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/pip_install/README.md b/examples/pip_install/README.md
new file mode 100644
index 0000000..7657787
--- /dev/null
+++ b/examples/pip_install/README.md
@@ -0,0 +1,4 @@
+# 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.