From e04ce633b5c535d5baff9f02640898bcbe685d5e Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 8 Jul 2020 23:30:23 +0800 Subject: [PATCH] manual: fix conda url --- doc/manual/installing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index 4648f4fa8..2cd66d130 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -103,7 +103,7 @@ Executing just ``conda`` should print the help of the ``conda`` command. If your Set up the Conda channel and install ARTIQ into a new Conda environment: :: - $ conda config --prepend channels https://conda.m-labs.hk/artiq-beta + $ conda config --prepend channels https://conda.m-labs.hk/artiq $ conda config --append channels conda-forge $ conda create -n artiq artiq