Skip to content

Commit 8bc670d

Browse files
authored
Merge pull request #6 from mloskot/doc-update
Update README.md
2 parents e41f4f5 + 1519b90 commit 8bc670d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ Python module and script to manage GitHub labels the saner way:
77

88
## Requirements
99

10-
* [PyGithub](https://github.com/PyGithub/PyGithub) 1.39+ with [PR#738](https://github.com/PyGithub/PyGithub/pull/738)
10+
* [PyGithub](https://github.com/PyGithub/PyGithub) 1.56
11+
12+
## Installation
13+
14+
`pip install gh-label-maker`
1115

1216
## Usage
1317

@@ -32,4 +36,4 @@ cd github-label-maker
3236
pip install -e .
3337

3438
# develop and make a pull request!
35-
```
39+
```

0 commit comments

Comments
 (0)