From 3c33b22cb7189bea0d356d8d689546e6356c0a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Bourdeauducq?= Date: Thu, 27 Jun 2024 13:11:49 +0800 Subject: [PATCH] doc: 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 99ef0aa03..7fcf8b1ef 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -112,7 +112,7 @@ Controllers for third-party devices (e.g. Thorlabs TCube, Lab Brick Digital Atte Set up the Conda channel and install ARTIQ into a new Conda environment: :: - $ conda config --prepend channels https://conda.m-labs.hk/artiq + $ conda config --prepend channels https://conda.m-labs.hk/artiq-legacy $ conda config --append channels conda-forge $ conda create -n artiq artiq