From 694b85f37a9bb71108504b458f760ae6390b80cc Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 13 Sep 2019 09:43:12 +0800 Subject: [PATCH] doc: only one hydra build for conda packages --- 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 c0581a200..2e53a0b0b 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -106,7 +106,7 @@ Executing just ``conda`` should print the help of the ``conda`` command. If your Download the `ARTIQ installer script `_ and edit its beginning to define the Conda environment name (you can leave the default environment name if you are just getting started) and select the desired ARTIQ packages. Non-ARTIQ packages should be installed manually later. .. note:: - If you do not need to flash boards, the ``artiq`` package from the ``main`` Hydra build is sufficient. The packages named ``artiq-board-*`` contain only firmware for the FPGA board and are never necessary for using an ARTIQ system without reflashing it. + If you do not need to flash boards, the ``artiq`` package is sufficient. The packages named ``artiq-board-*`` contain only firmware for the FPGA board and are never necessary for using an ARTIQ system without reflashing it. Controllers for third-party devices (e.g. Thorlabs TCube, Lab Brick Digital Attenuator, etc.) that are not shipped with ARTIQ can also be installed with this script. Browse `Hydra `_ or see the list of NDSPs in this manual to find the names of the corresponding packages, and list them at the beginning of the script.