Skip to content

Commit 4df981a

Browse files
authored
Add installation instructions (#23)
1 parent e28f1ec commit 4df981a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,21 @@ pipelines. It consists of:
2222
* RNN-DBSCAN: a variant of DBSCAN based on reverse nearest
2323
neighbours.
2424

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+
.. code-block:: bash
37+
38+
pip install git+https://github.com/scikit-learn-contrib/sklearn-ann.git#egg=sklearn-ann
39+
2540
Why? When do I want this?
2641
=========================
2742

0 commit comments

Comments
 (0)