Skip to content

Commit

Permalink
add section about beta dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mjrosengrant committed Aug 17, 2023
1 parent 3ec5e8e commit 41993e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ As of version 0.38.0, we provide schemas for serializing nanome API objects in J
$ pip install nanome[schemas]
```

Some modules in the `beta` folder require extra dependencies. To install these, run:
```sh
$ pip install nanome[beta]
```

### Documentation

All documentation needed to use this package is available at [Read The Docs](https://nanome.readthedocs.io/en/latest/)
Expand Down

0 comments on commit 41993e3

Please sign in to comment.