File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments