Skip to content

Commit

Permalink
Change README install instructions to 3.1.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jonmmease committed Jul 21, 2018
1 parent d8b4c77 commit 7009840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
## Installation of plotly.py Version 3
To install plotly.py and enable Jupyter or Jupyter Lab support, run:
```
pip install "plotly>=3.0"
pip install plotly==3.1.0
pip install "notebook>=5.3" "ipywidgets>=7.2" # only necessary for Jupyter Notebook environments
```

Expand Down

0 comments on commit 7009840

Please sign in to comment.