Skip to content

Commit

Permalink
Add install section to the docs with info on the extra dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa-guedes committed May 21, 2024
1 parent 5dd57a8 commit 8110f77
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/user_guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,15 @@ When those are installed within your environment, _then_ you can install Herbie
pip install herbie-data
```

or
To install the full functionality in the library which includes
[xarray accessors](https://github.com/blaylockbk/Herbie/blob/main/herbie/accessors.py) for plotting and data manipulation please install the "extras" dependencies:

```bash
# Install last published version
pip install 'herbie-data[extras]'
```

The code can also be installed directly from github.

```bash
# Install current main branch
Expand Down

0 comments on commit 8110f77

Please sign in to comment.