From 18ae61d23d8ec26ef53135879bb907ea7b8908be Mon Sep 17 00:00:00 2001 From: Douglas Thor Date: Sun, 14 Jan 2024 13:33:06 -0800 Subject: [PATCH] Add missing 'how to install bazel' to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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