Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cellacdc/docs/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Development process
# Install Cell-ACDC in developer mode
pip install -e .

* ``conda`` (Miniconda, Miniforge etc.)
* ``conda`` (Miniforge)

::

Expand Down
4 changes: 2 additions & 2 deletions cellacdc/docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ following command::
Install latest version
----------------------

1. Install `Miniconda <https://www.anaconda.com/download/success>`_ or `Miniforge <https://github.com/conda-forge/miniforge?tab=readme-ov-file#install>`_
1. Install `Miniforge <https://github.com/conda-forge/miniforge?tab=readme-ov-file#install>`_
Conda is the standard **package manager** for Python in the scientific
community.

Expand Down Expand Up @@ -359,7 +359,7 @@ Install from source (developer version)

If you want to try out experimental features (and, if you have time, maybe report a bug or two :D), you can install the developer version from source as follows:

1. Install `Miniconda <https://www.anaconda.com/download/success>`_ or `Miniforge <https://github.com/conda-forge/miniforge?tab=readme-ov-file#install>`_
1. Install `Miniforge <https://github.com/conda-forge/miniforge?tab=readme-ov-file#install>`_
Conda is the standard **package manager** for Python in the scientific
community.

Expand Down
Loading