conda: use conda-forge and depend on pyqtgraph 0.10.0 (#704)

pull/231/merge
Sebastien Bourdeauducq 2017-04-13 00:55:16 +08:00
parent 31048f4b6a
commit 99196986c0
3 changed files with 12 additions and 2 deletions

View File

@ -32,6 +32,12 @@ Release notes
* LinearScan and RandomScan have been consolidated into RangeScan.
2.3
---
* When using conda, add the conda-forge channel before installing ARTIQ.
2.2
---

View File

@ -30,7 +30,7 @@ requirements:
- dateutil
- pyqt >=5.5
- quamash
- pyqtgraph
- pyqtgraph 0.10.0
- pygit2
- aiohttp
- levenshtein

View File

@ -32,7 +32,11 @@ Executing just ``conda`` should print the help of the ``conda`` command [1]_.
Installing the ARTIQ packages
-----------------------------
Add the M-Labs ``main`` Anaconda package repository containing stable releases and release candidates to your conda configuration::
First add the conda-forge repository containing ARTIQ dependencies to your conda configuration::
$ conda config --add channels http://conda.anaconda.org/conda-forge/label/main
Then add the M-Labs ``main`` Anaconda package repository containing stable releases and release candidates::
$ conda config --add channels http://conda.anaconda.org/m-labs/label/main