README_PHASER: update

This commit is contained in:
Robert Jördens 2016-10-10 18:49:24 +02:00
parent 18d18b6685
commit e4d1f6cf1f
1 changed files with 7 additions and 1 deletions

View File

@ -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.