Updated instructions for Python 3 installation for Mac. Better to install via Homebrew.

这个提交包含在:
Craig Warren
2015-11-18 15:21:22 +00:00
父节点 59898881fd
当前提交 304ffb61d4

查看文件

@@ -68,6 +68,9 @@ Mac OS X and Linux
^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^
* Install Python 3 (https://www.python.org/downloads/) * 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). * 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`. * 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/) * 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). * 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`. * 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`.