File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,12 @@ Based on the paper:
108108Installing
109109----------
110110
111+ Fastest install, presuming you have anaconda:
112+
113+ .. code :: bash
114+
115+ conda install -c lmcinnes hdbscan
116+
111117 Fast install, presuming you have sklearn and all its requirements installed:
112118
113119.. code :: bash
@@ -120,7 +126,7 @@ the dependencies manually using anaconda followed by pulling hdbscan from pip:
120126.. code :: bash
121127
122128 conda install cython
123- conda install sklearn
129+ conda install scikit-learn
124130 pip install hdbscan
125131
126132 For a manual install get this package:
142148
143149.. code :: bash
144150
145- conda install sklearn cython
151+ conda install scikit-learn cython
146152
147153 Install the package
148154
You can’t perform that action at this time.
0 commit comments