-
Amici is used for models written in the Systems Biology Markup Language (SBML). It needs SWIG, a CBLAS compatible BLAS library, a C++ and C compiler. Further hdf5 can be used for parallelization. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The following instruction can be used to install amici in an virtual conda environment: conda create --name conda activate conda install gcc_linux-64 gxx_linux-64 swig blas libopenblas export CONDA_DIR=$CONDA_PREFIX conda install hdf5 pip install --no-cache amici afterwards eulerpi can be installed via |
Beta Was this translation helpful? Give feedback.
-
Amici is not needed for users that do not work with SBML models. You can install the eulerpi package without its dependencies via |
Beta Was this translation helpful? Give feedback.
The following instruction can be used to install amici in an virtual conda environment:
conda create --name
conda activate
conda install gcc_linux-64 gxx_linux-64 swig blas libopenblas
conda install -c conda-forge blas openblas
export CONDA_DIR=$CONDA_PREFIX
conda install hdf5
conda install pip
pip install --no-cache amici
afterwards eulerpi can be installed via
pip install eulerpi
.