Skip to content

Commit 3c5e997

Browse files
authored
Doc: Add installation instructions for Arch Linux (#2173)
Installation instructions for Arch Linux
1 parent 7d161a6 commit 3c5e997

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

documentation/python_installation.rst

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,43 @@ Install AMICI:
6666
6767
pip3 install amici
6868
69+
Arch Linux
70+
----------
71+
72+
Install the AMICI dependencies via ``pacman``
73+
(this requires superuser privileges):
74+
75+
.. code-block:: bash
76+
77+
sudo pacman -S python swig openblas gcc hdf5 boost-libs
78+
79+
Install AMICI:
80+
81+
.. code-block:: bash
82+
83+
pip3 install amici
84+
85+
Alternatively:
86+
87+
1. Check if packages are already installed with the required versions for AMICI installation.
88+
89+
.. code-block:: bash
90+
91+
sudo pacman -Si python swig openblas gcc hdf5 boost-libs
92+
93+
2. Upgrade installed packages if required mininum versions are not satisfied for AMICI installation.
94+
95+
.. code-block:: bash
96+
97+
sudo pacman -Su python swig openblas gcc hdf5 boost-libs
98+
99+
3. Install AMICI:
100+
101+
.. code-block:: bash
102+
103+
pip3 install amici
104+
105+
69106
Installation on OSX
70107
+++++++++++++++++++
71108

0 commit comments

Comments
 (0)