You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DOC: added installation instructions for nightly build (#50707)
* DOC: added installation instructions for nightly build
* adjusted divider's length to match the title's one
* added reference to installation documentation in bug report template
* Update .github/ISSUE_TEMPLATE/bug_report.yaml
Co-authored-by: Marco Edward Gorelli <[email protected]>
Co-authored-by: Marco Edward Gorelli <[email protected]>
Copy file name to clipboardExpand all lines: doc/source/getting_started/install.rst
+16
Original file line number
Diff line number
Diff line change
@@ -201,6 +201,22 @@ Installing from source
201
201
202
202
See the :ref:`contributing guide <contributing>` for complete instructions on building from the git source tree. Further, see :ref:`creating a development environment <contributing_environment>` if you wish to create a pandas development environment.
203
203
204
+
Installing the development version of pandas
205
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
206
+
207
+
Installing a nightly build is the quickest way to:
208
+
209
+
* Try a new feature that will be shipped in the next release (that is, a feature from a pull-request that was recently merged to the main branch).
210
+
* Check whether a bug you encountered has been fixed since the last release.
211
+
212
+
You can install the nightly build of pandas using the scipy-wheels-nightly index from the PyPI registry of anaconda.org with the following command::
0 commit comments