Skip to content

Commit b198a5b

Browse files
committed
Update README with release candidate installation instructions
1 parent fa3ed76 commit b198a5b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
7878

7979
plotly.py may be installed using pip...
8080
```
81-
pip install plotly==3.6.1
81+
pip install plotly==3.7.0rc1
8282
```
8383

8484
or conda.
8585
```
86-
conda install -c plotly plotly=3.6.1
86+
conda install -c plotly/label/test plotly=3.7.0rc1
8787
```
8888

8989
### Jupyter Notebook Support
@@ -126,10 +126,10 @@ set NODE_OPTIONS=--max-old-space-size=4096
126126
jupyter labextension install @jupyter-widgets/[email protected] --no-build
127127
128128
# FigureWidget support
129-
jupyter labextension install plotlywidget@0.7.1 --no-build
129+
jupyter labextension install plotlywidget@0.8.0-rc.1 --no-build
130130
131131
# offline iplot support
132-
jupyter labextension install @jupyterlab/[email protected].1 --no-build
132+
jupyter labextension install @jupyterlab/[email protected].2 --no-build
133133
134134
# JupyterLab chart editor support (optional)
135135
jupyter labextension install [email protected] --no-build
@@ -166,7 +166,7 @@ and orca can be installed according to the instructions in the [orca README](htt
166166
If you're migrating from plotly.py version 2, please check out the [migration guide](migration-guide.md)
167167

168168
## Copyright and Licenses
169-
Code and documentation copyright 2018 Plotly, Inc.
169+
Code and documentation copyright 2019 Plotly, Inc.
170170

171171
Code released under the [MIT license](LICENSE.txt).
172172

0 commit comments

Comments
 (0)