From f9b0be63e265d4d6e85aea02ddb7a12adc29845c Mon Sep 17 00:00:00 2001 From: Laura Murgatroyd <60604372+lauramurgatroyd@users.noreply.github.com> Date: Fri, 25 Jul 2025 14:03:36 +0100 Subject: [PATCH] Update installation.rst --- docs/source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 3c77c24..2f81128 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -20,7 +20,7 @@ If you have previously installed the app, to get an updated version: 1. Open anaconda prompt (miniconda). 2. Type ``activate idvc_environment`` (note that when you created your environment, if you called it something else you need to replace ``idvc`` with your environment name.) -3. Type ``conda install idvc=25.1.0 -c ccpi -c conda-forge`` (or replace ``25.1.0`` with the latest version number) +3. Type ``conda install idvc=25.0.0 -c ccpi -c conda-forge`` (or replace ``25.0.0`` with the latest version number) 4. Type ``idvc`` to open up the app, as normal. Installing the DVC Executable Only