Skip to content

Commit 70fc077

Browse files
authored
Merge pull request #395 from bobmyhill/fix_installation_numbering
fix installation step numbering
2 parents d6d2efb + 4d6db33 commit 70fc077

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

burnman/__init__.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@
111111
terminal: ``python --version``
112112
3. Install the latest Numpy version from http://sourceforge.net/projects/numpy/files/NumPy/
113113
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``
118118
Figures should show up, indicating that it is working.
119119
120120
Install under Windows
@@ -125,12 +125,12 @@
125125
1. Download Python from http://www.python.org/ and install
126126
2. Go to http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy, download and install
127127
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)
134134
135135
136136
Citing BurnMan

0 commit comments

Comments
 (0)