From 0ec4a1c455c257c28abf42153b30b8af5ee926e4 Mon Sep 17 00:00:00 2001 From: Sergey Pikhovkin Date: Sun, 18 Nov 2018 20:27:17 +0300 Subject: [PATCH] Fix README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d405391..3a5e26c 100644 --- a/README.md +++ b/README.md @@ -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