Skip to content

Commit

Permalink
Doc: Update installation under conda
Browse files Browse the repository at this point in the history
* anaconda -> conda (to include miniconda)
* not recommended
* Include installation hint from #2404. Closes #2402.
  • Loading branch information
dweindl committed Jul 1, 2024
1 parent f8ce650 commit 7eca594
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions documentation/python_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -360,16 +360,19 @@ environment variables:
| | Default: ``ON`` | |
+----------------------------+----------------------------------+---------------------------------+

Installation under Anaconda
---------------------------
Installation under conda
------------------------

To use an Anaconda installation of Python
`https://www.anaconda.com/distribution/ <https://www.anaconda.com/distribution/>`_,
Python>=3.7), proceed as follows:
There is no amici conda recipe available yet. However, you can install AMICI
using pip in a conda environment.

Since Anaconda provides own versions of some packages which might not
work with AMICI (in particular the ``gcc`` compiler), create a minimal
virtual environment via:
.. note::

It is possible, but we currently don't recommend using conda for installing
AMICI, as it commonly leads to conflicts with system installations of
libraries and compilers.

Create a minimal conda environment via:

.. code-block:: bash
Expand Down Expand Up @@ -415,7 +418,7 @@ Now, you are ready to use AMICI in the virtual environment.

.. note::

**Anaconda on Mac**
**conda on Mac**

If the above installation does not work for you, try installing AMICI via:

Expand All @@ -437,6 +440,9 @@ Now, you are ready to use AMICI in the virtual environment.
(For further discussion see https://github.com/AMICI-dev/AMICI/issues/357)

Known issues:

* ``CMAKE_AR-NOTFOUND: not found``: Try ``conda install binutils``.

Optional Boost support
----------------------
Expand Down

0 comments on commit 7eca594

Please sign in to comment.