Skip to content

Commit

Permalink
Remove specific version from README
Browse files Browse the repository at this point in the history
  • Loading branch information
marthacryan authored Jan 14, 2025
1 parent c4225c3 commit 124d4e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

## Quickstart

`pip install plotly==6.0.0rc0`
`pip install plotly`

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

```
pip install plotly==6.0.0rc0
pip install plotly
```

or conda.

```
conda install -c plotly plotly=6.0.0rc0
conda install -c plotly plotly
```

### Jupyter Widget Support
Expand Down

0 comments on commit 124d4e3

Please sign in to comment.