Skip to content

Commit

Permalink
fix(readme): add an example for using the CLI
Browse files Browse the repository at this point in the history
I'm pushing this as a fix to create a new release. For some reason, the previous push was rejected by GitHub.
  • Loading branch information
mostaphaRoudsari committed Dec 10, 2021
1 parent eb15187 commit 04e7f67
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pip install honeybee-ies
```

## QuickStart

```python
import pathlib
from honeybee.model import Model
Expand All @@ -28,6 +29,11 @@ gem_file = model.to_gem(path_to_out_folder.as_posix(), name='sample_model_45')

```

You can also run the command from CLI

```honeybee-ies translate model-to-gem ./tests/assets/revit_sample_model.hbjson --name revit-sample-model```


## [API Documentation](http://ladybug-tools.github.io/honeybee-ies/docs)

## Local Development
Expand Down

0 comments on commit 04e7f67

Please sign in to comment.