From 9c646801e3cf8d2c222f999ffe53e5cea5884131 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Thu, 2 Feb 2017 20:03:15 +0100 Subject: [PATCH] doc: fix verbatim sections --- doc/manual/developing.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/manual/developing.rst b/doc/manual/developing.rst index c58fbaeeb..1ff0418f7 100644 --- a/doc/manual/developing.rst +++ b/doc/manual/developing.rst @@ -21,13 +21,16 @@ ARTIQ Anaconda development environment 1. Install ``git`` as recommended for your operating system and distribution. 2. Obtain ARTIQ:: + $ git clone --recursive https://github.com/m-labs/artiq ~/artiq-dev/artiq $ cd ~/artiq-dev/artiq 3. :ref:`Install Anaconda or Miniconda ` 4. Create and activate a conda environment named ``artiq-dev`` and install the ``artiq-dev`` package which pulls in all the packages required to develop ARTIQ:: + $ conda env create -f conda/artiq-dev.yaml $ source activate artiq-dev 5. Add the ARTIQ source tree to the environment's search path:: + $ python setup.py develop 6. :ref:`Install Xilinx ISE or Vivado ` 7. :ref:`Obtain and install the JTAG SPI flash proxy bitstream `