Skip to content

Commit b5a73f3

Browse files
committed
some more formatting
1 parent 7ebc719 commit b5a73f3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,12 @@ Follow any of the below bullet points to get going with pv_atmos.
164164

165165
* No Python outside ParaView is needed, as ParaView ships with its own distribution. If you don't want to use full python in a console, but simply want to work with the ParaView GUI:
166166

167-
- Open `Tools -> Python Shell`
168-
- Then:
167+
- Open `Tools -> Python Shell`, and then:
169168
```
170169
$ from pv_atmos.basic import *
171170
$ from pv_atmos.grids import *
172171
```
173-
- Or: click on `Run Script`, and double-click on `basic.py` and `grids.py`
172+
- Or: click on `Run Script`, and double-click on `basic.py` and `grids.py`
174173

175174
* Run the version of python shipped with ParaView: This will automatically adjust your python path, and paraview.simple will be recognized:
176175
```

0 commit comments

Comments
 (0)