Added instructions on updating conda and Python packages.

这个提交包含在:
Craig Warren
2016-07-11 18:46:27 +01:00
父节点 f27b0acab5
当前提交 d941007765

查看文件

@@ -191,5 +191,21 @@ Updating gprMax
(gprMax)$ python setup.py build
(gprMax)$ python setup.py install
This will pull the most recentr gprMax source code form GitHub, remove/clean previously built modules, and then build and install the latest version of gprMax.
This will pull the most recent gprMax source code form GitHub, remove/clean previously built modules, and then build and install the latest version of gprMax.
Updating conda and Python packages
----------------------------------
Periodly yyou should update conda and the required Python packages. To update conda, with the gprMax environment deactivated, run the following command:
.. code-block:: none
$ conda update conda
Then you can update all the packages that are part of the gprMax environment by activating the gprMax environment and running the following command:
.. code-block:: none
(gprMax) $ conda update --all