Skip to content

Commit

Permalink
Doc: Add installation instructions for Arch Linux (#2173)
Browse files Browse the repository at this point in the history
Installation instructions for Arch Linux
  • Loading branch information
stephanmg authored Sep 19, 2023
1 parent 7d161a6 commit 3c5e997
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions documentation/python_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,43 @@ Install AMICI:
pip3 install amici
Arch Linux
----------

Install the AMICI dependencies via ``pacman``
(this requires superuser privileges):

.. code-block:: bash
sudo pacman -S python swig openblas gcc hdf5 boost-libs
Install AMICI:

.. code-block:: bash
pip3 install amici
Alternatively:

1. Check if packages are already installed with the required versions for AMICI installation.

.. code-block:: bash
sudo pacman -Si python swig openblas gcc hdf5 boost-libs
2. Upgrade installed packages if required mininum versions are not satisfied for AMICI installation.

.. code-block:: bash
sudo pacman -Su python swig openblas gcc hdf5 boost-libs
3. Install AMICI:

.. code-block:: bash
pip3 install amici
Installation on OSX
+++++++++++++++++++

Expand Down

0 comments on commit 3c5e997

Please sign in to comment.