Skip to content

Commit abc41f5

Browse files
committed
Update install recommendations to always use main project
1 parent 9423aa1 commit abc41f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/python/plotly/plotly/express/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
Or install Plotly Express and its dependencies directly with:
1717
18-
$ pip install plotly.express
18+
$ pip install "plotly[express]"
1919
2020
You can also use Plotly Graph Objects to create a large number of charts without installing
2121
pandas. See examples here: https://plotly.com/python/graph-objects/

0 commit comments

Comments
 (0)