diff --git a/README.md b/README.md index cb3ce93e1b..59a2ca6465 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ pip install plotly or conda. ``` -conda install -c plotly plotly +conda install -c conda-forge plotly ``` ### Jupyter Widget Support diff --git a/doc/python/getting-started.md b/doc/python/getting-started.md index 3c908e0552..9c185f7a43 100644 --- a/doc/python/getting-started.md +++ b/doc/python/getting-started.md @@ -64,7 +64,7 @@ $ pip install plotly or `conda`: ``` -$ conda install -c plotly plotly +$ conda install -c conda-forge plotly ``` If you want to use Plotly Express, install its required dependencies with: