From 53abbd569c56b64b128ed243eb99c23c892a655a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Bourdeauducq?= Date: Thu, 6 Jun 2024 13:50:05 +0800 Subject: [PATCH] doc: update repos URLs --- doc/manual/installing.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index 2a4cb6578..b263f00d7 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -154,14 +154,14 @@ This will set your user as a trusted user, allowing the use of any untrusted sub Installing via MSYS2 (Windows) ------------------------------ -We recommend using our `offline installer `_, which contains all the necessary packages and no additional configuration is needed. +We recommend using our `offline installer `_, which contains all the necessary packages and no additional configuration is needed. After installation, launch ``MSYS2 with ARTIQ`` from the Windows Start menu. Alternatively, you may install `MSYS2 `_, then edit ``C:\MINGW64\etc\pacman.conf`` and add at the end: :: [artiq] SigLevel = Optional TrustAll - Server = https://msys2.m-labs.hk/artiq-beta + Server = https://msys2.m-labs.hk/artiq Launch ``MSYS2 CLANG64`` from the Windows Start menu to open the MSYS2 shell, and enter the following commands: :: @@ -188,7 +188,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-beta + $ conda config --prepend channels https://conda.m-labs.hk/artiq $ conda config --append channels conda-forge $ conda create -n artiq artiq