Skip to content

Commit 67aa922

Browse files
committed
formatting again
1 parent b5a73f3 commit 67aa922

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +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`, and then:
167+
- Click on `Run Script`, and double-click on `basic.py` and `grids.py`
168+
- Or: Open `Tools -> Python Shell`, and then:
168169
```
169-
$ from pv_atmos.basic import *
170-
$ from pv_atmos.grids import *
170+
$ from pv_atmos.basic import *
171+
$ from pv_atmos.grids import *
171172
```
172-
- Or: click on `Run Script`, and double-click on `basic.py` and `grids.py`
173173

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

0 commit comments

Comments
 (0)