From a1c7efd0aee48b119e744588ee1315bef520ec37 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 13 Aug 2015 14:47:05 +0800 Subject: [PATCH] doc: use m-labs anaconda account --- doc/manual/installing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index a6f7bc256..9d7523205 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -25,7 +25,7 @@ If it prints the help of the ``conda`` command, your install is OK. If not, then make sure your ``$PATH`` environment variable contains the path to anaconda3/bin (or miniconda3/bin):: $ echo $PATH - /home/fallen/miniconda3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games + /home/..../miniconda3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games If your ``$PATH`` misses reference the miniconda3/bin or anaconda3/bin you can fix this by typing:: @@ -36,7 +36,7 @@ Installing the host side software For this, you need to add our binstar repository to your conda configuration:: - $ conda config --add channels http://conda.anaconda.org/fallen/channel/dev + $ conda config --add channels http://conda.anaconda.org/m-labs/channel/dev Then you can install the ARTIQ package, it will pull all the necessary dependencies::