Skip to content

Commit

Permalink
docs(readme): document [cli] extra
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Mackey committed Feb 4, 2021
1 parent 0eaa8b5 commit d07f923
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ Honeybee Data-Model Objects
This code was partially developed under the [Wells Fargo Innovation Incubator grant](https://newsroom.wf.com/press-release/community/five-clean-tech-startups-added-wells-fargo-innovation-incubator) with help from the
[OpenStudio Team](https://github.com/NREL/OpenStudio) at [NREL](https://www.nrel.gov/).

## Installation
# Installation

```console
pip install honeybee-schema
```
To install the core library use:

`pip install -U honeybee-schema`

If you want to also include the command line interface use:

`pip install -U honeybee-schema[cli]`

## QuickStart

Expand Down

0 comments on commit d07f923

Please sign in to comment.