File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments