From 3ae1c4f7f7165321055b81ae37f8128ffd67a5e5 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 25 Jul 2017 13:05:43 +0800 Subject: [PATCH] manual: add note about updating conda (#785) --- doc/manual/installing.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index de21360f5..654d933be 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -32,6 +32,9 @@ Executing just ``conda`` should print the help of the ``conda`` command [1]_. Installing the ARTIQ packages ----------------------------- +.. note:: + On a system with a pre-existing conda installation, it is recommended to update conda to the latest version prior to installing ARTIQ. + First add the conda-forge repository containing ARTIQ dependencies to your conda configuration:: $ conda config --add channels http://conda.anaconda.org/conda-forge/label/main