doc: use pip as artiq dev mechanism

Seems to be much less prone to installing packages using non-conda
mechanisms and much less prone to mess up conda.
pull/816/merge
Robert Jördens 2017-08-22 17:44:37 -04:00
parent ac83bfbd8e
commit 32aac9c70d
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ ARTIQ Anaconda development environment
$ source activate artiq-dev
5. Add the ARTIQ source tree to the environment's search path::
$ python setup.py develop
$ pip install -e .
6. :ref:`Install Vivado <install-xilinx>`
7. :ref:`Obtain and install the JTAG SPI flash proxy bitstream <install-bscan-spi>`
8. :ref:`Configure OpenOCD <setup-openocd>`