Skip to content

Commit

Permalink
DOC: add note to checkout the master branch if bugs in the GUI were f…
Browse files Browse the repository at this point in the history
…ixed after version release [skip ci]
  • Loading branch information
sebastientourbier committed Jan 13, 2021
1 parent 3fb0d50 commit 9119b84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9119b84

Please sign in to comment.