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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Aug 27 11:05:22 PDT 2014


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/062324a915dd/
Changeset:   062324a915dd
Branch:      yt
User:        jzuhone
Date:        2014-08-21 17:25:33
Summary:     Updating installation and developing instructions for Windows
Affected #:  2 files

diff -r 2289aecc35992ca9153c06c79fb57be6ecb61bde -r 062324a915dd210b4b32c7ddf4f8476ecb7efa0b doc/source/developing/developing.rst
--- a/doc/source/developing/developing.rst
+++ b/doc/source/developing/developing.rst
@@ -170,10 +170,16 @@
 Developing yt on Windows
 ^^^^^^^^^^^^^^^^^^^^^^^^
 
-If you plan to develop yt on Windows, we recommend using the `MinGW
+If you plan to develop yt on Windows, it is necessary to use the `MinGW
 <http://www.mingw.org/>`_ gcc compiler that can be installed using the `Anaconda
-Python Distribution <https://store.continuum.io/cshop/anaconda/>`_. Also, the
-syntax for the setup command is slightly different; you must type:
+Python Distribution <https://store.continuum.io/cshop/anaconda/>`_. The libpython package must be
+ installed from Anaconda as well. These can both be installed with a single command:
+
+.. code-block:: bash
+
+  $ conda install libpython mingw
+
+Additionally, the syntax for the setup command is slightly different; you must type:
 
 .. code-block:: bash
 

diff -r 2289aecc35992ca9153c06c79fb57be6ecb61bde -r 062324a915dd210b4b32c7ddf4f8476ecb7efa0b doc/source/installing.rst
--- a/doc/source/installing.rst
+++ b/doc/source/installing.rst
@@ -198,10 +198,9 @@
 Installing yt on Windows
 ^^^^^^^^^^^^^^^^^^^^^^^^
 
-Installation on Microsoft Windows is only supported for Windows XP Service Pack
-3 and higher (both 32-bit and 64-bit) using Anaconda, see
-:ref:`anaconda-installation`.  Also see :ref:`windows-developing` for details on
-how to build yt from source in Windows.
+Installation on 64-bit Microsoft Windows platforms is supported using Anaconda (see
+:ref:`anaconda-installation`). Also see :ref:`windows-developing` for details on how to build yt
+from source in Windows.
 
 .. _source-installation:
 


https://bitbucket.org/yt_analysis/yt/commits/a7736c8f4158/
Changeset:   a7736c8f4158
Branch:      yt
User:        MatthewTurk
Date:        2014-08-27 20:05:12
Summary:     Merged in jzuhone/yt (pull request #1160)

Updating installation and developing instructions for Windows
Affected #:  2 files

diff -r 14d97680eb292d58649f688e210b61460dad0b8b -r a7736c8f4158cb76b0453eca1a6f5046775ede01 doc/source/developing/developing.rst
--- a/doc/source/developing/developing.rst
+++ b/doc/source/developing/developing.rst
@@ -170,10 +170,16 @@
 Developing yt on Windows
 ^^^^^^^^^^^^^^^^^^^^^^^^
 
-If you plan to develop yt on Windows, we recommend using the `MinGW
+If you plan to develop yt on Windows, it is necessary to use the `MinGW
 <http://www.mingw.org/>`_ gcc compiler that can be installed using the `Anaconda
-Python Distribution <https://store.continuum.io/cshop/anaconda/>`_. Also, the
-syntax for the setup command is slightly different; you must type:
+Python Distribution <https://store.continuum.io/cshop/anaconda/>`_. The libpython package must be
+ installed from Anaconda as well. These can both be installed with a single command:
+
+.. code-block:: bash
+
+  $ conda install libpython mingw
+
+Additionally, the syntax for the setup command is slightly different; you must type:
 
 .. code-block:: bash
 

diff -r 14d97680eb292d58649f688e210b61460dad0b8b -r a7736c8f4158cb76b0453eca1a6f5046775ede01 doc/source/installing.rst
--- a/doc/source/installing.rst
+++ b/doc/source/installing.rst
@@ -198,10 +198,9 @@
 Installing yt on Windows
 ^^^^^^^^^^^^^^^^^^^^^^^^
 
-Installation on Microsoft Windows is only supported for Windows XP Service Pack
-3 and higher (both 32-bit and 64-bit) using Anaconda, see
-:ref:`anaconda-installation`.  Also see :ref:`windows-developing` for details on
-how to build yt from source in Windows.
+Installation on 64-bit Microsoft Windows platforms is supported using Anaconda (see
+:ref:`anaconda-installation`). Also see :ref:`windows-developing` for details on how to build yt
+from source in Windows.
 
 .. _source-installation:

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