Skip to content

Commit 01ca6eb

Browse files
committedJul 10, 2015
binstar.org is becoming anaconda.org
1 parent 80eea4c commit 01ca6eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎.travis/get-anaconda.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ conda info -a
1010
conda install conda-build jinja2
1111
conda create -q -n py34 python=$TRAVIS_PYTHON_VERSION
1212
conda config --add channels fallen
13-
conda config --add channels https://conda.binstar.org/fallen/channel/dev
13+
conda config --add channels https://conda.anaconda.org/fallen/channel/dev

Diff for: ‎doc/manual/installing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Installing the host side software
3636

3737
For this, you need to add our binstar repository to your conda configuration::
3838

39-
$ conda config --add channels http://conda.binstar.org/fallen/channel/dev
39+
$ conda config --add channels http://conda.anaconda.org/fallen/channel/dev
4040

4141
Then you can install the ARTIQ package, it will pull all the necessary dependencies::
4242

0 commit comments

Comments
 (0)
Please sign in to comment.