forked from M-Labs/artiq
binstar.org is becoming anaconda.org
This commit is contained in:
parent
80eea4ce6c
commit
01ca6ebb1c
|
@ -10,4 +10,4 @@ conda info -a
|
||||||
conda install conda-build jinja2
|
conda install conda-build jinja2
|
||||||
conda create -q -n py34 python=$TRAVIS_PYTHON_VERSION
|
conda create -q -n py34 python=$TRAVIS_PYTHON_VERSION
|
||||||
conda config --add channels fallen
|
conda config --add channels fallen
|
||||||
conda config --add channels https://conda.binstar.org/fallen/channel/dev
|
conda config --add channels https://conda.anaconda.org/fallen/channel/dev
|
||||||
|
|
|
@ -36,7 +36,7 @@ Installing the host side software
|
||||||
|
|
||||||
For this, you need to add our binstar repository to your conda configuration::
|
For this, you need to add our binstar repository to your conda configuration::
|
||||||
|
|
||||||
$ conda config --add channels http://conda.binstar.org/fallen/channel/dev
|
$ conda config --add channels http://conda.anaconda.org/fallen/channel/dev
|
||||||
|
|
||||||
Then you can install the ARTIQ package, it will pull all the necessary dependencies::
|
Then you can install the ARTIQ package, it will pull all the necessary dependencies::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue