Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
pikhovkin committed Nov 18, 2018
1 parent 304f40b commit 0ec4a1c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,16 @@ See examples of usage in `tests/django_project`

### Installation

pip install dj-plotly-dash
pip install dash_core_components>=0.30.2 --no-deps
pip install dash_html_components>=0.13.2 --no-deps
```bash
$ pip install dj-plotly-dash
$ pip install dash_core_components>=0.35.1 --no-deps
$ pip install dash_html_components>=0.12.0rc3 --no-deps
```

### Documentation

View the [Dash User Guide](https://plot.ly/dash). It's chock-full of examples, pro tips, and guiding principles.

### Licensing
### License

MIT

0 comments on commit 0ec4a1c

Please sign in to comment.