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