Skip to content
Snippets Groups Projects
Commit c400b569 authored by Flavio TARSETTI's avatar Flavio TARSETTI
Browse files

[doc] added small note about relase and conda channel

parent 44f580f8
No related branches found
No related tags found
1 merge request!21Fix doc conda for installation of beat core
Pipeline #23621 passed
......@@ -60,14 +60,14 @@ Installation Steps
------------------
#. Activate the Conda environment you will be adding ``beat.editor`` to
#. Add a new Conda channel: ::
$ conda config --env --add channels https://www.idiap.ch/software/beat/conda/label/beta
#. Due to the current development state of this project you need to add this second Conda channel: ::
#. Due to the current development state of this project you need to add these two Conda channels: ::
$ conda config --env --add channels https://www.idiap.ch/software/beat/conda/label/beta
$ conda config --env --add channels https://www.idiap.ch/software/beat/conda
Note: once this package released only the second channel will be required
#. Install the ``beat.editor`` package: ::
$ conda install beat.editor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment