From 91c93e1ad89d4bea03b5c61999e71d3f3784dc84 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 20 Jun 2020 19:32:13 +0800 Subject: [PATCH] manual: add note about additional packages --- doc/manual/installing.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index 3eb864cc9..dc5cd6b87 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -110,8 +110,7 @@ Set up the Conda channel and install ARTIQ into a new Conda environment: :: $ conda install -n artiq artiq .. note:: - 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. - + 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. After the installation, activate the newly created environment by name. ::