Skip to content

Commit 6cb2500

Browse files
committed
Update README.rst
Add the conda install options ... hopefully it works; should be easier on other platforms, presuming that works.
1 parent ed6743f commit 6cb2500

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ Based on the paper:
108108
Installing
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:
@@ -142,7 +148,7 @@ or
142148

143149
.. code:: bash
144150
145-
conda install sklearn cython
151+
conda install scikit-learn cython
146152
147153
Install the package
148154

0 commit comments

Comments
 (0)