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

Commit 528d706

Browse files
readme tweaks
1 parent d599b19 commit 528d706

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
Plotly Express is a terse, consistent, high-level wrapper around [Plotly.py](https://plot.ly/python) for rapid data exploration and figure generation.
44

5-
Documentation and examples can be found at https://plotly.github.io/plotly_express
5+
Documentation and examples can be found at https://plotly.express/
66

77
## Installation
88

9-
Just running `pip install plotly_express` in your terminal!
9+
Just running `pip install plotly_express` in your terminal should do it!
1010

1111
Plotly Express is compatible with Python 3+ and Python 2.7.
1212

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
description="Plotly Express - a high level wrapper for Plotly.py",
1919
long_description=long_description,
2020
long_description_content_type="text/markdown",
21-
url="https://github.com/plotly/plotly_express",
21+
url="https://plotly.express/",
22+
project_urls={"Github": "https://github.com/plotly/plotly_express/"},
2223
author="Nicolas Kruchten",
2324
author_email="[email protected]",
2425
license="MIT",

0 commit comments

Comments
 (0)