[yt-svn] commit/yt: al007: Recommend conda-forge channel for conda based installation.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Mar 21 14:17:31 PDT 2017


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/d800dab42534/
Changeset:   d800dab42534
Branch:      yt
User:        al007
Date:        2017-03-21 19:58:54+00:00
Summary:     Recommend conda-forge channel for conda based installation.
Affected #:  1 file

diff -r eaf22dd8f960f1767b66025127fb4413d0654853 -r d800dab42534a16e268b122b7fc43c65cd4b552e doc/source/installing.rst
--- a/doc/source/installing.rst
+++ b/doc/source/installing.rst
@@ -270,7 +270,7 @@
 
 .. code-block:: bash
 
-  $ conda install yt
+  $ conda install -c conda-forge yt
 
 which will install stable branch of yt along with all of its dependencies.
 
@@ -284,7 +284,7 @@
 
 .. code-block:: bash
 
-  $ conda install -c http://use.yt/with_conda/ yt
+  $ conda install -c http://use.yt/with_conda/ -c conda-forge yt
 
 New packages for development branch are built after every pull request is
 merged. In order to make sure you are running latest version, it's recommended
@@ -292,7 +292,12 @@
 
 .. code-block:: bash
 
-  $ conda update -c http://use.yt/with_conda/ yt
+  $ conda update -c http://use.yt/with_conda/ -c conda-forge yt
+
+We recommend trying to install dependencies from conda-forge as indicated above
+since focused individual communities stand a better chance of successfully
+maintaining build recipes. However, if you wish to use the default anaconda
+packages, simply remove ``-c conda-forge`` during conda installation.
 
 Location of our channel can be added to ``.condarc`` to avoid retyping it during
 each *conda* invocation. Please refer to `Conda Manual

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list