Skip to content

Commit

Permalink
Merge pull request nschloe#377 from jamadagni/patch-1
Browse files Browse the repository at this point in the history
Add instruction for pulling in all dependencies
  • Loading branch information
nschloe authored Apr 16, 2019
2 parents e6bb038 + d032a98 commit b7e092c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ pip install -U meshio
```
to install or upgrade.

Additional dependencies (`netcdf4`, `h5py` and `lxml`) are required for some of the output formats and can be pulled in by:

```
pip install -U meshio[all]
```

### Testing

Expand Down

0 comments on commit b7e092c

Please sign in to comment.