From e4d1f6cf1f1fed390c5caa101203b0f3fd30614d Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Mon, 10 Oct 2016 18:49:24 +0200 Subject: [PATCH] README_PHASER: update --- README_PHASER.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README_PHASER.rst b/README_PHASER.rst index fe382c23d..31558ab5a 100644 --- a/README_PHASER.rst +++ b/README_PHASER.rst @@ -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.