Skip to content

Commit

Permalink
README_PHASER: update
Browse files Browse the repository at this point in the history
jordens committed Oct 10, 2016
1 parent 18d18b6 commit e4d1f6c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README_PHASER.rst
Original file line number Diff line number Diff line change
@@ -38,9 +38,15 @@ Please refer to the manual for more details:
https://m-labs.hk/artiq/manual-release-2/index.html

* Set up a new conda environment and activate it.
* Checkout the ARTIQ phaser branch: ::
* Checkout the ARTIQ phaser branch and the JESD204B core: ::

mkdir ~/src
cd ~/src
git clone --recursive -b phaser https://github.com/m-labs/artiq.git
git clone https://github.com/m-labs/jesd204b.git
cd jesd204b
python setup.py develop
cd ../artiq

* Install the standard ARTIQ runtime/install dependencies.
See ``conda/artiq/meta.yaml`` for a list.

0 comments on commit e4d1f6c

Please sign in to comment.