Skip to content

Commit

Permalink
Really mention pip install meson
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Sep 21, 2023
1 parent 9514658 commit 5b81b84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ apt install meson ninja-build # for build dependencies
apt install libboost-test-dev libntl-dev # for test dependencies
```

`meson` is also available via PyPI:
```sh
pip install meson
```

## Building

```sh
Expand Down

0 comments on commit 5b81b84

Please sign in to comment.