Skip to content

Commit

Permalink
manual: update installing.rst to elaborate QC1/QC2 differences.
Browse files Browse the repository at this point in the history
whitequark committed Oct 30, 2015
1 parent 62419c0 commit ff93e3c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions doc/manual/installing.rst
Original file line number Diff line number Diff line change
@@ -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; \
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_qc1 artiq-kc705-nist_qc2; \
$ 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.

0 comments on commit ff93e3c

Please sign in to comment.