Skip to content

Commit 98aa72d

Browse files
Update conda reference (#341)
* Update conda link in README.rst * Remove link to anaconda and mention of mamba * Update installation.rst
1 parent 7dc64b0 commit 98aa72d

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

README.rst

+1-5
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ CADET-Core can be installed via conda from the ``conda-forge`` channel.
2929

3030
``conda install -c conda-forge cadet``
3131

32-
This requires a working `conda installation <https://docs.anaconda.com/anaconda/install/index.html>`_.
33-
34-
Optionally, use `mamba <https://github.com/mamba-org/mamba>`_ which uses a faster dependency solver than ``conda``.
35-
36-
``mamba install -c conda-forge cadet``
32+
This requires a working `conda installation <https://github.com/conda-forge/miniforge>`_.
3733

3834
`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.
3935

doc/getting_started/installation.rst

+4-8
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,10 @@ If you want to extend or modify CADET-Core (e.g., add a custom binding model), y
1313

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

1818
``conda install -c conda-forge cadet``
1919

20-
Optionally, use `mamba <https://github.com/mamba-org/mamba>`_ which uses a faster dependency solver than ``conda``.
21-
22-
``mamba install -c conda-forge cadet``
23-
2420
Install from source
2521
^^^^^^^^^^^^^^^^^^^
2622

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

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

4844
.. code-block:: bash
4945
5046
pip install CADET-Process
5147
52-
If you want to use ``CADET-Python``, open an `anaconda shell` or `mamba shell` and execute:
48+
If you want to use ``CADET-Python``, open an `conda shell` and execute:
5349

5450
.. code-block:: bash
5551
56-
pip install CADET-Python
52+
pip install CADET-Python

0 commit comments

Comments
 (0)