Skip to content

Commit

Permalink
Add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
frankier committed Mar 14, 2024
1 parent e28f1ec commit fbcd7bb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,21 @@ pipelines. It consists of:
* RNN-DBSCAN: a variant of DBSCAN based on reverse nearest
neighbours.

Installation
============

To install the latest release from PyPI, run:

.. code-block:: bash
pip install sklearn-ann
To install the latest development version from GitHub, run:

.. code-block:: bash
pip install git+https://github.com/scikit-learn-contrib/sklearn-ann.git#egg=sklearn-ann
Why? When do I want this?
=========================

Expand Down

0 comments on commit fbcd7bb

Please sign in to comment.