You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,13 +164,12 @@ Follow any of the below bullet points to get going with pv_atmos.
164
164
165
165
* 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:
166
166
167
-
- Open `Tools -> Python Shell`
168
-
- Then:
167
+
- Open `Tools -> Python Shell`, and then:
169
168
```
170
169
$ from pv_atmos.basic import *
171
170
$ from pv_atmos.grids import *
172
171
```
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`
174
173
175
174
* Run the version of python shipped with ParaView: This will automatically adjust your python path, and paraview.simple will be recognized:
0 commit comments