<html><body>
<p>1 new commit in yt:</p>
<p><a href="https://bitbucket.org/yt_analysis/yt/commits/b7e33fa51d6a/">https://bitbucket.org/yt_analysis/yt/commits/b7e33fa51d6a/</a> Changeset:   b7e33fa51d6a Branch:      yt User:        ngoldbaum Date:        2016-04-06 18:10:46+00:00 Summary:     Merged in xarthisius/yt (pull request #2052)</p>
<p>[docs] Update conda install Affected #:  1 file</p>
<p>diff -r c55b7a1e36bf638dffa73074a047cc5c2e245bf7 -r b7e33fa51d6a6bc39a40180c775dad0788a7b4d2 doc/source/installing.rst --- a/doc/source/installing.rst +++ b/doc/source/installing.rst @@ -244,6 +244,26 @@</p>
<pre>Option 1:
</pre>
<p>+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 +  <strong>mercurial</strong>, which works only with python2. You can circumvent this issue by +  creating a dedicated python2 environment and symlinking <strong>hg</strong> 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 +</p>
<pre>Clone the yt repository with:

.. code-block:: bash</pre>
<p>Repository URL: <a href="https://bitbucket.org/yt_analysis/yt/">https://bitbucket.org/yt_analysis/yt/</a></p>
<p>—</p>
<p>This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.</p>

<img src="http://link.bitbucket.org/wf/open?upn=ll4ctv0L-2ByeRZFC1LslHcg6aJmnQ70VruLbmeLQr27CUYr-2FDjlMDsaJjVe52FrYNO-2BSqnpvrrEfKHDHY5wEsOQG-2B0OWdX7cXcF4ZBGHaw62i0JQu3fmVx6f-2F-2FSa845FblDXq3OiA1ZSCl17HLwGjOuUfhSkLAonkrJ1nhWlUPlIEfSwp-2BdzyNKRcXkvJjA9iEJrYM7Vqt8HnUA-2FildZyp4sTMjLXzBE7uS-2FbbCpb15U-3D" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>