From 44f580f8f73f730097794aeb6906b408f9407a90 Mon Sep 17 00:00:00 2001 From: Flavio Tarsetti <Flavio.Tarsetti@idiap.ch> Date: Wed, 19 Sep 2018 17:01:49 +0200 Subject: [PATCH] [doc] added development state for second conda channel --- doc/install.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/install.rst b/doc/install.rst index 46b20264..39337528 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -60,9 +60,12 @@ Installation Steps ------------------ #. Activate the Conda environment you will be adding ``beat.editor`` to -#. Add two new Conda channels: :: +#. 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: :: + $ conda config --env --add channels https://www.idiap.ch/software/beat/conda #. Install the ``beat.editor`` package: :: -- GitLab