binstar.org is becoming anaconda.org

This commit is contained in:
Yann Sionneau 2015-07-10 16:29:43 +02:00
parent 80eea4ce6c
commit 01ca6ebb1c
2 changed files with 2 additions and 2 deletions

View File

@ -10,4 +10,4 @@ conda info -a
conda install conda-build jinja2
conda create -q -n py34 python=$TRAVIS_PYTHON_VERSION
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

View File

@ -36,7 +36,7 @@ Installing the host side software
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::