Skip to content

Commit

Permalink
formatting again
Browse files Browse the repository at this point in the history
  • Loading branch information
mjucker committed Oct 17, 2014
1 parent b5a73f3 commit 67aa922
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,12 @@ Follow any of the below bullet points to get going with pv_atmos.

* 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:

- Open `Tools -> Python Shell`, and then:
- Click on `Run Script`, and double-click on `basic.py` and `grids.py`
- Or: Open `Tools -> Python Shell`, and then:
```
$ from pv_atmos.basic import *
$ from pv_atmos.grids import *
$ from pv_atmos.basic import *
$ from pv_atmos.grids import *
```
- Or: click on `Run Script`, and double-click on `basic.py` and `grids.py`

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

0 comments on commit 67aa922

Please sign in to comment.