Skip to content

Commit 125f45f

Browse files
committed
add conda instructions, closes #21
1 parent d5b6f31 commit 125f45f

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,15 @@ Full python documentation is included, and available on
4545

4646
## Installation
4747

48-
### Installation with pip
48+
### Installation with pip or conda
4949

50-
Pre-built packages for many Linux systems with amd64 architecture are available
51-
in PyPI <https://pypi.org/project/kmedoids/> and can be installed with `pip install kmedoids`.
50+
Pre-built packages for many Linux, Windows, and OSX systems are available
51+
in [PyPI](https://pypi.org/project/kmedoids/) and
52+
[conda-forge](https://anaconda.org/conda-forge/kmedoids)
53+
can be installed with `pip install kmedoids` respectively
54+
`conda install -c conda-forge kmedoids`.
5255

53-
On other architectures (Windows, OSX), you may need to first
56+
On uncommon architectures, you may need to first
5457
[install Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)
5558
(i.e., the Rust programming language) first, and a subsequent
5659
`pip install kmedoids` will try to compile the package for your CPU architecture and operating system.

0 commit comments

Comments
 (0)