forked from M-Labs/artiq
doc: update repos URLs
This commit is contained in:
parent
f84b67829c
commit
53abbd569c
|
@ -154,14 +154,14 @@ This will set your user as a trusted user, allowing the use of any untrusted sub
|
||||||
Installing via MSYS2 (Windows)
|
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.
|
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: ::
|
Alternatively, you may install `MSYS2 <https://msys2.org>`_, then edit ``C:\MINGW64\etc\pacman.conf`` and add at the end: ::
|
||||||
|
|
||||||
[artiq]
|
[artiq]
|
||||||
SigLevel = Optional TrustAll
|
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: ::
|
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: ::
|
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 config --append channels conda-forge
|
||||||
$ conda create -n artiq artiq
|
$ conda create -n artiq artiq
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue