diff --git a/README.md b/README.md index e425b60..b825073 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,12 @@ upload them to PyPI. I'm experimenting with [`bazel`][bazel] for running tests (and perhaps also compiling a binary in the future). +First, install `bazel`: + +```console +$ source setup_bazel.sh +``` + To run tests: ```console