Skip to content

Commit

Permalink
minor updates to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jreniel committed Feb 28, 2021
1 parent 4a50ed1 commit 3c13ed0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,7 @@ pip install -e .
### Usage examples:

#### Using the Library
Hint: You can test the library functions from the command line (without having to write a .py file) by using `python -c` and wrapping the commands between a pair of quotes, for example:
```bash
python -c "
from pyschism.mesh import Hgrid
print(Hgrid.open('/path/to/hgrid.gr3'))
"
```

##### Example 1: Full domain Hgrid plot:
``` python
from pyschism.mesh import Hgrid
Expand Down

0 comments on commit 3c13ed0

Please sign in to comment.