From e20e8e9bfbafefb55a993766d12b75dfb794c824 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Fri, 7 Feb 2025 10:31:40 -0500 Subject: [PATCH] update conda install instructions --- README.md | 2 +- doc/python/getting-started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: