Skip to content

Commit

Permalink
Update python readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiannucci committed May 13, 2024
1 parent e756be5 commit 85fe5c7
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,20 @@ Python bindings to `gribberish`

This module has not been added to `pypi` yet, so for now install with git:

```bash
pip install -e "gribberish@git+https://github.com/mpiannucci/gribberish.git#egg=gribberish\&subdirectory=python"
```

With optional `xarray` support:

```
pip install -e "gribberish[xarray]git+https://github.com/mpiannucci/gribberish.git#egg=gribberish\&subdirectory=python"
pip install -e "gribberish[xarray]@git+https://github.com/mpiannucci/gribberish.git#egg=gribberish\&subdirectory=python"
```

With optional `kerchunk` support:

```bash
pip install -e "gribberish[kerchunk]@git+https://github.com/mpiannucci/gribberish.git#egg=gribberish\&subdirectory=python"
```

### Manually
Expand Down

0 comments on commit 85fe5c7

Please sign in to comment.