forked from M-Labs/artiq
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.
This commit is contained in:
parent
ac83bfbd8e
commit
32aac9c70d
|
@ -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>`
|
||||
|
|
Loading…
Reference in New Issue