From 9119b84ab5c87c66bbb2c7954289c7623a00cdb8 Mon Sep 17 00:00:00 2001 From: Sebastien Tourbier Date: Wed, 13 Jan 2021 09:28:39 +0100 Subject: [PATCH] DOC: add note to checkout the master branch if bugs in the GUI were fixed after version release [skip ci] --- docs/installation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 040a73f62..a58e5f06e 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -123,9 +123,13 @@ The installation of the Connectome Mapper 3 BIDS App Manager (CMPBIDSAPPManager) .. parsed-literal:: + $ cd connectomemapper3 $ git fetch $ git checkout tags/|release| -b |release| +.. note:: + If a few bugs related to the Graphical User Interface were fixed after releasing the version, you might want to use the code at its latest version on the master branch (i.e. ``git checkout master``). + * Create a miniconda3 environment where all python dependencies will be installed, this by using the spec list "conda_packages_list.txt" provided by the repository:: $ cd connectomemapper3