From f8a9fc0e2b7c252b9d9f14862a79da3c5f3c8ea9 Mon Sep 17 00:00:00 2001 From: harryswift01 Date: Tue, 15 Sep 2026 10:44:57 +0100 Subject: [PATCH] chore: update conda install path to case-insensative version --- docs/source/user_guide/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user_guide/installation.rst b/docs/source/user_guide/installation.rst index 5711a8a..35dd1e0 100644 --- a/docs/source/user_guide/installation.rst +++ b/docs/source/user_guide/installation.rst @@ -45,4 +45,4 @@ To install using Conda: .. code-block:: bash conda activate aiida-2.9.1 - conda install -c CCPBioSim aiida-amber + conda install -c ccpbiosim aiida-amber