File tree Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Original file line number Diff line number Diff line change 3
3
Yet another python index generator
4
4
5
5
[ ![ 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 )
7
7
8
8
## Install
9
9
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
19
11
20
- ### GitHub release
12
+ [ ![ PyPI ] ( https://img.shields.io/pypi/v/index-generator.svg?style=for-the-badge )] ( https://pypi.org/project/index-generator )
21
13
22
14
``` bash
23
- # Coming soon
15
+ pip install index-generator
24
16
```
17
+ ### GitHub release
25
18
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 )
31
20
32
21
### Distributions
33
22
@@ -39,6 +28,16 @@ sudo pip install .
39
28
40
29
#### Other Distribution
41
30
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
+
42
41
## Usage
43
42
44
43
See [ Wiki Page] ( https://github.com/BruceZhang1993/index-generator/wiki )
@@ -48,7 +47,9 @@ See [Wiki Page](https://github.com/BruceZhang1993/index-generator/wiki)
48
47
[ MIT] ( https://github.com/BruceZhang1993/index-generator/blob/master/LICENSE )
49
48
50
49
## Contributors
50
+
51
51
Sorting by alphabet order.
52
+
52
53
- Bruce Zhang ([ BruceZhang1993] ( https://github.com/BruceZhang1993 ) )
53
54
- Edward P ([ edward-p] ( https://github.com/edward-p ) )
54
55
You can’t perform that action at this time.
0 commit comments