Skip to content
Open
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 docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down