We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e41f4f5 + 1519b90 commit 8bc670dCopy full SHA for 8bc670d
README.md
@@ -7,7 +7,11 @@ Python module and script to manage GitHub labels the saner way:
7
8
## Requirements
9
10
-* [PyGithub](https://github.com/PyGithub/PyGithub) 1.39+ with [PR#738](https://github.com/PyGithub/PyGithub/pull/738)
+* [PyGithub](https://github.com/PyGithub/PyGithub) 1.56
11
+
12
+## Installation
13
14
+`pip install gh-label-maker`
15
16
## Usage
17
@@ -32,4 +36,4 @@ cd github-label-maker
32
36
pip install -e .
33
37
34
38
# develop and make a pull request!
35
-```
39
+```
0 commit comments