Skip to content

Commit

Permalink
Update conda reference (#341)
Browse files Browse the repository at this point in the history
* Update conda link in README.rst

* Remove link to anaconda and mention of mamba

* Update installation.rst
  • Loading branch information
ronald-jaepel authored Dec 12, 2024
1 parent 7dc64b0 commit 98aa72d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
6 changes: 1 addition & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ CADET-Core can be installed via conda from the ``conda-forge`` channel.

``conda install -c conda-forge cadet``

This requires a working `conda installation <https://docs.anaconda.com/anaconda/install/index.html>`_.

Optionally, use `mamba <https://github.com/mamba-org/mamba>`_ which uses a faster dependency solver than ``conda``.

``mamba install -c conda-forge cadet``
This requires a working `conda installation <https://github.com/conda-forge/miniforge>`_.

`Additional information <https://cadet.github.io/master/getting_started/installation>`_ and a `tutorial <https://cadet.github.io/master/getting_started/tutorials/breakthrough>`_ are available to guide you through the installation and the first steps of using CADET.

Expand Down
12 changes: 4 additions & 8 deletions doc/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ If you want to extend or modify CADET-Core (e.g., add a custom binding model), y

Install pre-built binaries
^^^^^^^^^^^^^^^^^^^^^^^^^^
CADET-Core can be installed via `conda <https://docs.anaconda.com/free/miniconda/>`_ from the ``conda-forge channel``.
CADET-Core can be installed via `conda <https://github.com/conda-forge/miniforge>`_ from the ``conda-forge channel``.

``conda install -c conda-forge cadet``

Optionally, use `mamba <https://github.com/mamba-org/mamba>`_ which uses a faster dependency solver than ``conda``.

``mamba install -c conda-forge cadet``

Install from source
^^^^^^^^^^^^^^^^^^^

Expand All @@ -43,14 +39,14 @@ It automatically checks validity of the parameter values and sets reasonable def
Install CADET-Process
^^^^^^^^^^^^^^^^^^^^

To install ``CADET-Process``, open an `anaconda shell` or `mamba shell` and execute:
To install ``CADET-Process``, open an `conda shell` and execute:

.. code-block:: bash
pip install CADET-Process
If you want to use ``CADET-Python``, open an `anaconda shell` or `mamba shell` and execute:
If you want to use ``CADET-Python``, open an `conda shell` and execute:

.. code-block:: bash
pip install CADET-Python
pip install CADET-Python

0 comments on commit 98aa72d

Please sign in to comment.