Skip to content

Commit 2984664

Browse files
committed
Update README installation versions
1 parent 55f81ef commit 2984664

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
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.7.0rc1
81+
pip install plotly==3.7.0
8282
```
8383

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

8989
### Jupyter Notebook Support
@@ -126,7 +126,7 @@ 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 [email protected]-rc.1 --no-build
129+
jupyter labextension install [email protected] --no-build
130130
131131
# offline iplot support
132132
jupyter labextension install @jupyterlab/[email protected] --no-build

0 commit comments

Comments
 (0)