From 70098404a871ead7e5d3b29744e1d2f9e43d3497 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Fri, 20 Jul 2018 20:07:45 -0400 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a31d6cc67b..40c548e8b8c 100644 --- a/README.md +++ b/README.md @@ -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 ```