Add PyPI badge and installation instructions to README (#682)

This commit is contained in:
Daniel Quinn
2018-01-05 11:42:21 -08:00
committed by Jason White
parent 6735be4933
commit 3726f686f9
+7
View File
@@ -1,5 +1,6 @@
# PyGitHub
[![PyPI](https://img.shields.io/pypi/v/PyGithub.svg)](https://pypi.python.org/pypi/PyGithub)
[![Build Status](https://travis-ci.org/PyGithub/PyGithub.svg?branch=master)](https://travis-ci.org/PyGithub/PyGithub)
[![readthedocs](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](http://pygithub.readthedocs.org/en/stable)
[![License](https://img.shields.io/badge/license-LGPL-blue.svg)](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