Skip to content

Commit

Permalink
doc: update repos URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourdeauducq committed Jun 6, 2024
1 parent f84b678 commit 53abbd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/manual/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://nixbld.m-labs.hk/job/artiq/extra-beta/msys2-offline-installer/latest>`_, which contains all the necessary packages and no additional configuration is needed.
We recommend using our `offline installer <https://nixbld.m-labs.hk/job/artiq/extra/msys2-offline-installer/latest>`_, 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 <https://msys2.org>`_, 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: ::

Expand All @@ -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

Expand Down

0 comments on commit 53abbd5

Please sign in to comment.