Skip to content

Commit

Permalink
Add missing dependency to README (#446)
Browse files Browse the repository at this point in the history
On a bare OS install, one needs both python3 and python3.x-dev
  • Loading branch information
emlowe committed Mar 15, 2024
2 parents 33125ff + b104b92 commit 4853d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -177,7 +177,7 @@ ok = (grandchildUPk == grandchildU.GetG1Element();

## Build

Cmake 3.14+, a c++ compiler, and python3 (for bindings) are required for building.
Cmake 3.14+, a c++ compiler, python3 and python[3.x]-dev (for bindings) are required for building.

```bash
mkdir build
Expand Down

0 comments on commit 4853d33

Please sign in to comment.