Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 3887cea

Browse files
re-export plotly.express
1 parent 9e97148 commit 3887cea

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ Plotly Express is now part of Plotly.py version 4 and so the `plotly_express` mo
44

55
## Installation
66

7-
Please follow the [`plotly` Getting Started](https://plot.ly/python/getting-started/) instructions for installation.
7+
You can just follow the [`plotly` Getting Started](https://plot.ly/python/getting-started/) instructions for installation and get access to `plotly.express` that way. If you have existing code that imports from `plotly_express` explicitly and you don't wish to change it, you can still install the latest version, which just exposes `plotly.express` under the `plotly_express` namespace.
8+
9+
### Via `pip`
10+
11+
Just running `pip install plotly_express` in your terminal should do it!
12+
13+
### Via `conda`
14+
15+
You'll have to install from the `plotly` channel with `conda install -c plotly plotly_express`
816

917
## Getting Help
1018

0 commit comments

Comments
 (0)