Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pmav99 committed Apr 26, 2023
1 parent a54e78d commit bfd967e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,15 @@ You need the following binary dependencies:
The recommended way of installation is [pipx](https://github.com/pypa/pipx):

```
pipx install 'git+https://github.com/pmav99/inspectds.git'
pipx install inspectds
# or if you want support for GRIB
pipx install 'inspectds[grib]'
```

If you want to install the latest development version from git, then use:
```
pipx install 'git+https://github.com/pmav99/inspectds.git#egg=inspectds[grib]'
```

Expand Down

0 comments on commit bfd967e

Please sign in to comment.