Skip to content

Commit 5cb4223

Browse files
authored
DOC reference the HTTPS url for the nightly builds (scikit-learn#13270)
1 parent 11e4da5 commit 5cb4223

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/developers/advanced_installation.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,18 @@ There are different ways to get scikit-learn installed:
2727
If you wish to contribute to the project, you need to
2828
:ref:`install the latest development version<install_bleeding_edge>`.
2929

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+
3042
.. _install_bleeding_edge:
3143

3244
Building from source

0 commit comments

Comments
 (0)