[yt-svn] commit/yt: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Nov 2 11:53:19 PST 2015


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/ea453626c6f2/
Changeset:   ea453626c6f2
Branch:      yt
User:        ngoldbaum
Date:        2015-10-31 13:30:20+00:00
Summary:     Stop referring to the requirements file in the installation docs
Affected #:  1 file

diff -r 9a49e5d6da9fc23bc7a2858bb5a304b9c4f5537b -r ea453626c6f239649382003ba5ab205a738c11b0 doc/source/installing.rst
--- a/doc/source/installing.rst
+++ b/doc/source/installing.rst
@@ -290,14 +290,14 @@
 
 .. code-block:: bash
 
-  $ pip install -r requirements.txt
+  $ pip install numpy matplotlib cython cython h5py nose sympy
 
 If you're using IPython notebooks, you can install its dependencies
 with ``pip`` as well:
 
 .. code-block:: bash
 
-  $ pip install -r optional-requirements.txt
+  $ pip install ipython[notebook]
 
 From here, you can use ``pip`` (which comes with ``Python``) to install the latest
 stable version of yt:


https://bitbucket.org/yt_analysis/yt/commits/7318cb52f590/
Changeset:   7318cb52f590
Branch:      yt
User:        bwkeller
Date:        2015-11-02 19:53:10+00:00
Summary:     Merged in ngoldbaum/yt (pull request #1839)

Stop referring to the requirements file in the installation docs
Affected #:  1 file

diff -r e710ec3421757eb792ae84d6558e7a8537af557f -r 7318cb52f59066d6f1bcd8e09fc0757cfb6849a3 doc/source/installing.rst
--- a/doc/source/installing.rst
+++ b/doc/source/installing.rst
@@ -290,14 +290,14 @@
 
 .. code-block:: bash
 
-  $ pip install -r requirements.txt
+  $ pip install numpy matplotlib cython cython h5py nose sympy
 
 If you're using IPython notebooks, you can install its dependencies
 with ``pip`` as well:
 
 .. code-block:: bash
 
-  $ pip install -r optional-requirements.txt
+  $ pip install ipython[notebook]
 
 From here, you can use ``pip`` (which comes with ``Python``) to install the latest
 stable version of yt:

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