Skip to content

Commit d831305

Browse files
authored
Merge pull request #4969 from plotly/marthacryan-patch-1
Remove specific version from README
2 parents 666c025 + 3410e9d commit d831305

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
## Quickstart
4141

42-
`pip install plotly==6.0.0rc0`
42+
`pip install plotly`
4343

4444
```python
4545
import plotly.express as px
@@ -79,13 +79,13 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
7979
plotly.py may be installed using pip
8080

8181
```
82-
pip install plotly==6.0.0rc0
82+
pip install plotly
8383
```
8484

8585
or conda.
8686

8787
```
88-
conda install -c plotly plotly=6.0.0rc0
88+
conda install -c plotly plotly
8989
```
9090

9191
### Jupyter Widget Support

release.md

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ Manually update the versions to `X.Y.Z` in the files specified below.
2929

3030
- `CHANGELOG.md`
3131
+ update the release date
32-
- `README.md`
33-
+ this must be done at this point because the README gets baked into PyPI
3432
- `packages/python/plotly/plotly/_widget_version.py`:
3533
+ Update `__frontend_version__` to `^X.Y.Z` (Note the `^` prefix)
3634
- Commit your changes on the branch:

0 commit comments

Comments
 (0)