你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Updated instructions for Python 3 installation for Mac. Better to install via Homebrew.
这个提交包含在:
@@ -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`.
|
||||
|
在新工单中引用
屏蔽一个用户