Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
JR40159 committed Oct 23, 2024
1 parent 130e5d6 commit 2dcbb01
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,15 @@ Documenation is rendered with Sphinx and served [here](https://gchq.github.io/Ba

### Building locally

#### prerequisites

From within the `backend/docs` directory:

```bash
pip install bailo -r requirements.txt
apt install -y pandoc
```

From the docs directory run either `make html` or `make.bat` on Windows. This will build it in the backend directory by
default.

Expand Down

0 comments on commit 2dcbb01

Please sign in to comment.