From 3c13ed093a694936700b3490f44926b8b7f9fd2c Mon Sep 17 00:00:00 2001 From: Jaime R Calzada Date: Sat, 27 Feb 2021 20:34:49 -0500 Subject: [PATCH] minor updates to README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 03417b8f..6ef0185e 100644 --- a/README.md +++ b/README.md @@ -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