From 6ecd0e557c9408fbf4d398956b9533953c685260 Mon Sep 17 00:00:00 2001 From: Francesco Date: Mon, 15 Jun 2026 16:12:41 +0200 Subject: [PATCH] docs: remove miniconda from installation instructions --- cellacdc/docs/source/contributing.rst | 2 +- cellacdc/docs/source/installation.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cellacdc/docs/source/contributing.rst b/cellacdc/docs/source/contributing.rst index e05b1a74c..d61955bbc 100644 --- a/cellacdc/docs/source/contributing.rst +++ b/cellacdc/docs/source/contributing.rst @@ -57,7 +57,7 @@ Development process # Install Cell-ACDC in developer mode pip install -e . - * ``conda`` (Miniconda, Miniforge etc.) + * ``conda`` (Miniforge) :: diff --git a/cellacdc/docs/source/installation.rst b/cellacdc/docs/source/installation.rst index 901bde231..ad1486aab 100644 --- a/cellacdc/docs/source/installation.rst +++ b/cellacdc/docs/source/installation.rst @@ -225,7 +225,7 @@ following command:: Install latest version ---------------------- -1. Install `Miniconda `_ or `Miniforge `_ +1. Install `Miniforge `_ Conda is the standard **package manager** for Python in the scientific community. @@ -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 `_ or `Miniforge `_ +1. Install `Miniforge `_ Conda is the standard **package manager** for Python in the scientific community.