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

Commit df55408

Browse files
README tweaks
1 parent ceba689 commit df55408

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

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

55
## Installation
66

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.
7+
If you follow the [`plotly` Getting Started](https://plot.ly/python/getting-started/) instructions for installation, you will get access to `plotly.express`.
8+
9+
However, 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.
810

911
### Via `pip`
1012

11-
Just running `pip install plotly_express` in your terminal should do it!
13+
Just running `pip install plotly_express==0.4.0` in your terminal should do it!
1214

1315
### Via `conda`
1416

15-
You'll have to install from the `plotly` channel with `conda install -c plotly plotly_express`
17+
You'll have to install from the `plotly` channel with `conda install -c plotly plotly_express==0.4.0`
1618

1719
## Getting Help
1820

0 commit comments

Comments
 (0)