From a45b6bec09526dc8060e0b77234f7ea0f89d186b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mihai=20Capot=C4=83?= Date: Mon, 11 Jun 2018 18:05:42 -0700 Subject: [PATCH] docs: Fix Conda channels in install instructions We already have this channel list in the README. --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 45f312951..c463679e4 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -10,7 +10,7 @@ dependencies are not available in the default channels. Use our ``brainiak`` channel to install:: - conda install -c brainiak brainiak + conda install -c brainiak -c defaults -c conda-forge brainiak Note that `~brainiak.funcalign.sssrm.SSSRM` currently uses Theano, which requires the Xcode Command Line Tools on `MacOS`_.