Skip to content

Commit

Permalink
Merge branch 'add-python3-dep-readme' into 'master'
Browse files Browse the repository at this point in the history
add python3-dev dependency to readme

See merge request npneq/inq!1134
  • Loading branch information
correaa committed Sep 26, 2024
2 parents 666fda5 + f8204fc commit f918c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ INQ is work in progress, some of the features are not well tested or are not ava

INQ has a few system dependencies and the environment ready in your system, for example in a desktop:
```bash
sudo apt install gfortran libblas-dev libboost-serialization-dev libboost-filesystem-dev libfftw3-dev libhdf5-dev liblapack-dev pkg-config
sudo apt install gfortran libblas-dev libboost-serialization-dev libboost-filesystem-dev libfftw3-dev libhdf5-dev liblapack-dev pkg-config python3-dev
```

Instructions for compiling
Expand Down

0 comments on commit f918c3d

Please sign in to comment.