Availability ============ Source code +++++++++++ The AMICI source code is available as - `tar archive `_ - `zip archive `_ - Git repository on `GitHub `_ If AMICI was downloaded as an archive, it needs to be unpacked. If AMICI was obtained via cloning the Git repository, no further unpacking is necessary. Obtaining AMICI via the Git version control system -------------------------------------------------- In order to always stay up-to-date with the latest AMICI versions, simply pull it from our Git repository and recompile it when a new version is available. For more information about Git, check out their `website `_. The Git repository can currently be found at `https://github.com/AMICI-dev/AMICI `_ and clone is done via: .. code-block:: bash git clone https://github.com/AMICI-dev/AMICI.git AMICI Python package ++++++++++++++ A Python package is available on `PyPI `_. Installation instructions +++++++++++++++++++++++++ Installation instructions are available for * :ref:`Python ` * :ref:`C++ `