Skip to content

Commit 7009840

Browse files
committed
Change README install instructions to 3.1.0
Now that we have both the python and javascript packages to keep compatible we're better off just specifying all of the versions explicitly on each release.
1 parent d8b4c77 commit 7009840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
2929
## Installation of plotly.py Version 3
3030
To install plotly.py and enable Jupyter or Jupyter Lab support, run:
3131
```
32-
pip install "plotly>=3.0"
32+
pip install plotly==3.1.0
3333
pip install "notebook>=5.3" "ipywidgets>=7.2" # only necessary for Jupyter Notebook environments
3434
```
3535

0 commit comments

Comments
 (0)