From c400b5693a631df1ca864d2cd40b4c0d56a729b3 Mon Sep 17 00:00:00 2001 From: Flavio Tarsetti <Flavio.Tarsetti@idiap.ch> Date: Wed, 19 Sep 2018 17:08:51 +0200 Subject: [PATCH] [doc] added small note about relase and conda channel --- doc/install.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/install.rst b/doc/install.rst index 39337528..42e9dee2 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -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 -- GitLab