|
111 | 111 | terminal: ``python --version`` |
112 | 112 | 3. Install the latest Numpy version from http://sourceforge.net/projects/numpy/files/NumPy/ |
113 | 113 | 4. Install the latest Scipy from http://sourceforge.net/projects/scipy/files/ |
114 | | -4. Install the latest Sympy from http://sourceforge.net/projects/sympy/files/ |
115 | | -5. Install the latest Matplotlib from http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.1/ |
116 | | -6. Clone the BurnMan repository ``git clone https://github.com/geodynamics/burnman.git`` |
117 | | -7. Go to the Burnman examples directory and type ``python example_beginner.py`` |
| 114 | +5. Install the latest Sympy from http://sourceforge.net/projects/sympy/files/ |
| 115 | +6. Install the latest Matplotlib from http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.1/ |
| 116 | +7. Clone the BurnMan repository ``git clone https://github.com/geodynamics/burnman.git`` |
| 117 | +8. Go to the Burnman examples directory and type ``python example_beginner.py`` |
118 | 118 | Figures should show up, indicating that it is working. |
119 | 119 |
|
120 | 120 | Install under Windows |
|
125 | 125 | 1. Download Python from http://www.python.org/ and install |
126 | 126 | 2. Go to http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy, download and install |
127 | 127 | 3. Go to http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy, download and install |
128 | | -3. Go to http://www.lfd.uci.edu/~gohlke/pythonlibs/#sympy, download and install |
129 | | -4. Go to http://www.lfd.uci.edu/~gohlke/pythonlibs/#matplotlib, download and install |
130 | | -5. Download BurnMan from github (https://github.com/geodynamics/burnman) |
131 | | -6. Open Python Shell (IDLE Python GUI) |
132 | | -7. File -- Open -- find one of the example files |
133 | | -8. Run the module (or press F5) |
| 128 | +4. Go to http://www.lfd.uci.edu/~gohlke/pythonlibs/#sympy, download and install |
| 129 | +5. Go to http://www.lfd.uci.edu/~gohlke/pythonlibs/#matplotlib, download and install |
| 130 | +6. Download BurnMan from github (https://github.com/geodynamics/burnman) |
| 131 | +7. Open Python Shell (IDLE Python GUI) |
| 132 | +8. File -- Open -- find one of the example files |
| 133 | +9. Run the module (or press F5) |
134 | 134 |
|
135 | 135 |
|
136 | 136 | Citing BurnMan |
|
0 commit comments