Skip to content

Commit

Permalink
Doc: Add missing python3-dev requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Nov 12, 2024
1 parent c3bbdd9 commit 81d14b5
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 81d14b5

Please sign in to comment.