From ff93e3c149786b6b14cb493dd774566647744c67 Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 30 Oct 2015 05:07:01 +0300 Subject: [PATCH] manual: update installing.rst to elaborate QC1/QC2 differences. --- doc/manual/installing.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index 263f5fceb..9a3ea155a 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -50,9 +50,14 @@ Then you can install the ARTIQ package, it will pull all the necessary dependenc $ ENV=$(date +artiq-%Y-%m-%d); conda create -n $ENV artiq-pipistrello-nist_qc1; \ echo "Created environment $ENV for ARTIQ" -* For the KC705 board:: +* For the KC705 board with SCSI cables and AD9858 DDS chips:: - $ ENV=$(date +artiq-%Y-%m-%d); conda create -n $ENV artiq-kc705-nist_qc1 artiq-kc705-nist_qc2; \ + $ ENV=$(date +artiq-%Y-%m-%d); conda create -n $ENV artiq-kc705-nist_qc1; \ + echo "Created environment $ENV for ARTIQ" + +* For the KC705 board with the FMC backplane and AD9914 DDS chips:: + + $ ENV=$(date +artiq-%Y-%m-%d); conda create -n $ENV artiq-kc705-nist_qc2; \ echo "Created environment $ENV for ARTIQ" This creates a new Conda "environment" (i.e. an isolated installation) and prints its name.