How to setup PIP dependencies in python and bazel

In this video I go through the steps required to use the basic python rules in bazel to: - Download a standalone (hermetic) python to the users environment - Use that python to build and run a simple python tool - Install an external package (via pip) into the environment https://github.com/bazelbuild/rules_python

Previous
Previous

How to setup a simple bazel build action from scratch

Next
Next

The ultimate step by step bazel beginner guide