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 e28f1ec commit 4df981aCopy full SHA for 4df981a
README.rst
@@ -22,6 +22,21 @@ pipelines. It consists of:
22
* RNN-DBSCAN: a variant of DBSCAN based on reverse nearest
23
neighbours.
24
25
+Installation
26
+============
27
+
28
+To install the latest release from PyPI, run:
29
30
+.. code-block:: bash
31
32
+ pip install sklearn-ann
33
34
+To install the latest development version from GitHub, run:
35
36
37
38
+ pip install git+https://github.com/scikit-learn-contrib/sklearn-ann.git#egg=sklearn-ann
39
40
Why? When do I want this?
41
=========================
42
0 commit comments