From 5097f47d48f9d04059e39dadff0ed851c0716688 Mon Sep 17 00:00:00 2001 From: harryswift01 Date: Tue, 15 Sep 2026 10:38:25 +0100 Subject: [PATCH] chore: update conda install path to case-insensative version --- docs/source/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/Installation.md b/docs/source/Installation.md index 6d7a041..919e6fe 100644 --- a/docs/source/Installation.md +++ b/docs/source/Installation.md @@ -3,5 +3,5 @@ Installation * Install [Conda](https://github.com/conda-forge/miniforge?tab=readme-ov-file#install) (if you don't already have it). If you have an existing conda install, make sure it can install packages from conda-forge. * Recommended: create a new virtual environment: `conda env create --name prepmd && conda activate prepmd` -* Install prepmd from the CCPBioSim conda channel: `conda install -c CCPBioSim prepmd` +* Install prepmd from the CCPBioSim conda channel: `conda install -c ccpbiosim prepmd` * Optional: add your [modeller license key](https://salilab.org/modeller/registration.html) by running `prep-license `. If you don't have a MODELLER license key, prepmd will instead use pdbfixer's loop builder. \ No newline at end of file