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 11e4da5 commit 5cb4223Copy full SHA for 5cb4223
doc/developers/advanced_installation.rst
@@ -27,6 +27,18 @@ There are different ways to get scikit-learn installed:
27
If you wish to contribute to the project, you need to
28
:ref:`install the latest development version<install_bleeding_edge>`.
29
30
+.. _install_nightly_builds:
31
+
32
+Installing nightly builds
33
+=========================
34
35
+The continuous integration servers of the scikit-learn project build, test
36
+and upload wheel packages for the most recent Python version on a nightly
37
+basis to help users test bleeding edge features or bug fixes::
38
39
+ pip install --pre -f https://sklearn-nightly.scdn8.secure.raxcdn.com scikit-learn
40
41
42
.. _install_bleeding_edge:
43
44
Building from source
0 commit comments