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