Skip to content

Commit

Permalink
more readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nschloe committed Jul 7, 2021
1 parent 5a8fd7b commit f90d1dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,10 @@ with meshio.xdmf.TimeSeriesReader(filename) as reader:

If you have downloaded a binary version of ParaView, you may proceed as follows.

* Make sure that ParaView uses a Python version that supports meshio. (That is at least
Python 3.)
* Install meshio
* Install meshio for the Python major version that ParaView uses (check `pvpython --version`)
* Open ParaView
* Find the file `paraview-meshio-plugin.py` of your meshio installation (on Linux:
`~/.local/share/paraview/plugins/`) and load it under _Tools / Manage Plugins / Load New_
`~/.local/share/paraview-5.9/plugins/`) and load it under _Tools / Manage Plugins / Load New_
* _Optional:_ Activate _Auto Load_

You can now open all meshio-supported files in ParaView.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ console_scripts =
meshio-info = meshio._cli:info

[options.data_files]
share/paraview-5.8/plugins =
share/paraview-5.9/plugins =
tools/paraview-meshio-plugin.py

0 comments on commit f90d1dd

Please sign in to comment.