Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
add conda installation instructions
  • Loading branch information
nicodv committed Jun 21, 2022
1 parent 03a57cc commit 66c4dff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Enjoy!
Installation
------------

kmodes can be installed using pip:
`kmodes` can be installed using `pip`:

.. code:: bash
Expand All @@ -67,6 +67,12 @@ To upgrade to the latest version (recommended), run it like this:
pip install --upgrade kmodes
`kmodes` can also conveniently be installed with `conda` from the `conda-forge` channel (https://anaconda.org/conda-forge/kmodes):

.. code:: bash
conda install -c conda-forge kmodes
Alternatively, you can build the latest development version from source:

.. code:: bash
Expand Down

0 comments on commit 66c4dff

Please sign in to comment.