Skip to content

Commit c688c9d

Browse files
update readme
1 parent 6f80464 commit c688c9d

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

README.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,20 @@
33
Yet another python index generator
44

55
[![Travis](https://img.shields.io/travis/BruceZhang1993/index-generator.svg?style=for-the-badge)](https://travis-ci.org/BruceZhang1993/index-generator)
6-
[![PyPI](https://img.shields.io/pypi/v/index-generator.svg?style=for-the-badge)](https://pypi.org/project/index-generator)
6+
[![Requires.io](https://img.shields.io/requires/github/BruceZhang1993/index-generator.svg?style=for-the-badge)](https://requires.io/github/BruceZhang1993/index-generator/requirements/?branch=master)
77

88
## Install
99

10-
### GitHub master branch
11-
12-
```bash
13-
git clone https://github.com/BruceZhang1993/index-generator.git
14-
cd index-generator
15-
sudo python setup.py install
16-
# OR
17-
sudo pip install .
18-
```
10+
### Pypi
1911

20-
### GitHub release
12+
[![PyPI](https://img.shields.io/pypi/v/index-generator.svg?style=for-the-badge)](https://pypi.org/project/index-generator)
2113

2214
```bash
23-
# Coming soon
15+
pip install index-generator
2416
```
17+
### GitHub release
2518

26-
### Pypi
27-
28-
```bash
29-
# Coming soon
30-
```
19+
[![GitHub release](https://img.shields.io/github/release/BruceZhang1993/index-generator.svg?style=for-the-badge)](https://github.com/BruceZhang1993/index-generator/releases)
3120

3221
### Distributions
3322

@@ -39,6 +28,16 @@ sudo pip install .
3928

4029
#### Other Distribution
4130

31+
### GitHub master branch
32+
33+
```bash
34+
git clone https://github.com/BruceZhang1993/index-generator.git
35+
cd index-generator
36+
sudo python setup.py install
37+
# OR
38+
sudo pip install .
39+
```
40+
4241
## Usage
4342

4443
See [Wiki Page](https://github.com/BruceZhang1993/index-generator/wiki)
@@ -48,7 +47,9 @@ See [Wiki Page](https://github.com/BruceZhang1993/index-generator/wiki)
4847
[MIT](https://github.com/BruceZhang1993/index-generator/blob/master/LICENSE)
4948

5049
## Contributors
50+
5151
Sorting by alphabet order.
52+
5253
- Bruce Zhang ([BruceZhang1993](https://github.com/BruceZhang1993))
5354
- Edward P ([edward-p](https://github.com/edward-p))
5455

0 commit comments

Comments
 (0)