Skip to content

Commit

Permalink
Add missing 'how to install bazel' to README
Browse files Browse the repository at this point in the history
  • Loading branch information
dougthor42 committed Jan 14, 2024
1 parent 052a64e commit 18ae61d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18ae61d

Please sign in to comment.