Skip to content

Commit

Permalink
Doc: Add missing python3-dev requirement (AMICI-dev#2584)
Browse files Browse the repository at this point in the history

For Debian/Ubuntu for now. Not sure how the package is called on the other distributions.
  • Loading branch information
dweindl authored Nov 18, 2024
1 parent be25ad8 commit a8da9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/python_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Install the AMICI dependencies via ``apt``

.. code-block:: bash
sudo apt install libatlas-base-dev swig
sudo apt install libatlas-base-dev swig python3-dev
# optionally for HDF5 support:
sudo apt install libhdf5-serial-dev
Expand Down

0 comments on commit a8da9cb

Please sign in to comment.