Skip to content
This repository was archived by the owner on Dec 9, 2019. It is now read-only.

Commit dbce790

Browse files
committed
doc [ci skip]
1 parent de96bf9 commit dbce790

2 files changed

Lines changed: 7 additions & 9 deletions

File tree

README.rst

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,10 @@ If you don't already have Numpy::
4040
pip install numpy
4141
4242

43-
Linux / BSD / Windows::
44-
45-
apt install gfortran
46-
47-
Mac::
48-
49-
brew install gcc
43+
* Linux / BSD /
44+
`Windows Subsystem for Linux <https://www.scivision.co/install-windows-subsystem-for-linux/>`_:
45+
``apt install gfortran``
46+
* Mac: ``brew install gcc``
5047

5148
Install
5249
============
@@ -62,14 +59,14 @@ Self-test f2py
6259
This self-test should give zero errors.
6360
This tests the Fortran code from Python.::
6461
65-
./test/test.py -v
62+
pytest -v
6663

6764

6865
volume emission rate plots
6966
--------------------------
7067
To produce the plots seen at the Github site::
7168

72-
./RunGlow.py
69+
python RunGlow.py
7370

7471
with options including:
7572

tests/test_all.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ def test_rcolum_qback():
132132
else:
133133
logging.warning('skipped rcolum qback due to missing external msise00')
134134

135+
135136
def test_glow():
136137
# electron precipitation
137138
#First enact "glow" subroutine, which calls QBACK, ETRANS and GCHEM among others

0 commit comments

Comments
 (0)