[yt-svn] commit/yt: ngoldbaum: Merged in xarthisius/yt (pull request #2052)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Apr 6 11:11:01 PDT 2016


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/b7e33fa51d6a/
Changeset:   b7e33fa51d6a
Branch:      yt
User:        ngoldbaum
Date:        2016-04-06 18:10:46+00:00
Summary:     Merged in xarthisius/yt (pull request #2052)

[docs] Update conda install
Affected #:  1 file

diff -r c55b7a1e36bf638dffa73074a047cc5c2e245bf7 -r b7e33fa51d6a6bc39a40180c775dad0788a7b4d2 doc/source/installing.rst
--- a/doc/source/installing.rst
+++ b/doc/source/installing.rst
@@ -244,6 +244,26 @@
 
 Option 1:
 
+Ensure that you have all build dependencies installed in your current
+conda environment:
+
+.. code-block:: bash
+
+  conda install cython mercurial sympy ipython h5py matplotlib
+
+.. note::
+  
+  If you are using a python3 environment, ``conda`` will not be able to install
+  *mercurial*, which works only with python2. You can circumvent this issue by
+  creating a dedicated python2 environment and symlinking *hg* in your current
+  environment:
+
+  .. code-block:: bash
+
+     export CONDA_DIR=$(python -c 'import sys; print(sys.executable.split("/bin/python")[0])')
+     conda create -y -n py27 python=2.7 mercurial
+     ln -s ${CONDA_DIR}/envs/py27/bin/hg ${CONDA_DIR}/bin
+
 Clone the yt repository with:
 
 .. code-block:: bash

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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spacepope.org/pipermail/yt-svn-spacepope.org/attachments/20160406/b0b76fbd/attachment.htm>


More information about the yt-svn mailing list