mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Add PyPI badge and installation instructions to README (#682)
This commit is contained in:
committed by
Jason White
parent
6735be4933
commit
3726f686f9
@@ -1,5 +1,6 @@
|
||||
# PyGitHub
|
||||
|
||||
[](https://pypi.python.org/pypi/PyGithub)
|
||||
[](https://travis-ci.org/PyGithub/PyGithub)
|
||||
[](http://pygithub.readthedocs.org/en/stable)
|
||||
[](https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License)
|
||||
@@ -10,6 +11,12 @@ This library enables you to manage [GitHub] resources such as repositories, user
|
||||
[GitHub API v3]: https://developer.github.com/v3
|
||||
[GitHub]: https://github.com
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
$ pip install pygithub
|
||||
```
|
||||
|
||||
## Simple Demo
|
||||
|
||||
```python
|
||||
|
||||
Reference in New Issue
Block a user