We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6c51f commit 3aad0bfCopy full SHA for 3aad0bf
web/pandas/community/blog/pandas-3.0-release-candidate.md
@@ -117,14 +117,14 @@ for everyone. Your feedback is crucial for making this a successful release!
117
118
### Getting the Release Candidate
119
120
-You can install the pandas 3.0 release candidate from PyPI:
+You can install the latest pandas 3.0 release candidate from PyPI:
121
122
```bash
123
-python -m pip install --upgrade pandas==3.0.0rc0
+python -m pip install --upgrade --pre pandas==3.*
124
```
125
126
Or from conda-forge using conda/mamba:
127
128
129
-conda install -c conda-forge/label/pandas_rc pandas==3.0.0rc0
+conda install -c conda-forge/label/pandas_rc pandas=3
130
0 commit comments