From 304ffb61d49e5f62372949fc6df0a6f5859bb7ab Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Wed, 18 Nov 2015 15:21:22 +0000 Subject: [PATCH] Updated instructions for Python 3 installation for Mac. Better to install via Homebrew. --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 0e6252b4..06cf87a9 100644 --- a/README.rst +++ b/README.rst @@ -68,6 +68,9 @@ Mac OS X and Linux ^^^^^^^^^^^^^^^^^^ * Install Python 3 (https://www.python.org/downloads/) + + * Mac OS X: It is recommended to install Python 3 via the Homebrew package manager (http://brew.sh) rather than from the Python website. + * Install Python packages: **cython, h5py, matplotlib, numpy, psutil, pyfiglet**. Optionally **mpi4py** if you want to use the Message Passing Interface (MPI) task farm functionality (requires an installation of OpenMPI). * Mac OS X: packages can be installed using the :code:`pip` package manager which comes with Python, e.g. :code:`pip install cython`. To check what packages are installed use :code:`pip list`. @@ -112,6 +115,9 @@ Mac OS X and Linux ^^^^^^^^^^^^^^^^^^ * Install Python 3 (https://www.python.org/downloads/) + + * Mac OS X: It is recommended to install Python 3 via the Homebrew package manager (http://brew.sh) rather than from the Python website. + * Install Python packages: **cython, h5py, matplotlib, numpy, psutil, pyfiglet**. Optionally **mpi4py** if you want to use the Message Passing Interface (MPI) task farm functionality (requires an installation of OpenMPI). * Mac OS X: packages can be installed using the :code:`pip` package manager which comes with Python, e.g. :code:`pip install cython`. To check what packages are installed use :code:`pip list`.