Skip to content

Commit

Permalink
add python3-dev dependency to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
correaa committed Sep 26, 2024
1 parent b16d1ae commit f8204fc
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 f8204fc

Please sign in to comment.