Skip to content

Commit 7a901d6

Browse files
committed
Update README
1 parent 8ee0e63 commit 7a901d6

File tree

1 file changed

+7
-20
lines changed

1 file changed

+7
-20
lines changed

README.md

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
---
77

8-
[![GitHub release](https://img.shields.io/badge/release-1.2.0-yellow.svg)](https://github.com/thieu1995/metacluster/releases)
8+
[![GitHub release](https://img.shields.io/badge/release-1.3.0-yellow.svg)](https://github.com/thieu1995/metacluster/releases)
99
[![Wheel](https://img.shields.io/pypi/wheel/gensim.svg)](https://pypi.python.org/pypi/metacluster)
1010
[![PyPI version](https://badge.fury.io/py/metacluster.svg)](https://badge.fury.io/py/metacluster)
1111
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/metacluster.svg)
@@ -66,25 +66,12 @@ Please include these citations if you plan to use this library:
6666
# Installation
6767

6868
* Install the [current PyPI release](https://pypi.python.org/pypi/metacluster):
69-
```sh
70-
$ pip install metacluster==1.2.0
69+
```bash
70+
$ pip install metacluster
7171
```
7272

73-
* Install directly from source code
74-
```sh
75-
$ git clone https://github.com/thieu1995/metacluster.git
76-
$ cd metacluster
77-
$ python setup.py install
78-
```
79-
80-
* In case, you want to install the development version from Github:
81-
```sh
82-
$ pip install git+https://github.com/thieu1995/permetrics
83-
```
84-
85-
After installation, you can import MetaCluster as any other Python module:
86-
87-
```sh
73+
After installation, check the version:
74+
```bash
8875
$ python
8976
>>> import metacluster
9077
>>> metacluster.__version__
@@ -98,7 +85,7 @@ Let's go through some basic examples from here:
9885

9986
#### 1. First, load dataset. You can use the available datasets from MetaCluster:
10087

101-
```python
88+
```python
10289
# Load available dataset from MetaCluster
10390
from metacluster import get_dataset
10491

@@ -213,7 +200,7 @@ More examples can be found [here](/examples)
213200

214201
### Supported links
215202

216-
```code
203+
```code
217204
1. https://jtemporal.com/kmeans-and-elbow-method/
218205
2. https://medium.com/@masarudheena/4-best-ways-to-find-optimal-number-of-clusters-for-clustering-with-python-code-706199fa957c
219206
3. https://github.com/minddrummer/gap/blob/master/gap/gap.py

0 commit comments

Comments
 (0)