Skip to content

Commit 3aad0bf

Browse files
WEB: update install instructions in 3.0 RC announcement (#63441)
1 parent 2d6c51f commit 3aad0bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/pandas/community/blog/pandas-3.0-release-candidate.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@ for everyone. Your feedback is crucial for making this a successful release!
117117

118118
### Getting the Release Candidate
119119

120-
You can install the pandas 3.0 release candidate from PyPI:
120+
You can install the latest pandas 3.0 release candidate from PyPI:
121121

122122
```bash
123-
python -m pip install --upgrade pandas==3.0.0rc0
123+
python -m pip install --upgrade --pre pandas==3.*
124124
```
125125

126126
Or from conda-forge using conda/mamba:
127127

128128
```bash
129-
conda install -c conda-forge/label/pandas_rc pandas==3.0.0rc0
129+
conda install -c conda-forge/label/pandas_rc pandas=3
130130
```

0 commit comments

Comments
 (0)