forked from M-Labs/artiq
manual: update installing.rst to elaborate QC1/QC2 differences.
This commit is contained in:
parent
62419c0952
commit
ff93e3c149
|
@ -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; \
|
$ ENV=$(date +artiq-%Y-%m-%d); conda create -n $ENV artiq-pipistrello-nist_qc1; \
|
||||||
echo "Created environment $ENV for ARTIQ"
|
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"
|
echo "Created environment $ENV for ARTIQ"
|
||||||
|
|
||||||
This creates a new Conda "environment" (i.e. an isolated installation) and prints its name.
|
This creates a new Conda "environment" (i.e. an isolated installation) and prints its name.
|
||||||
|
|
Loading…
Reference in New Issue