| 1 | # Enviro+ pHAT |
| 2 | |
| 3 | [![Build Status](https://travis-ci.com/pimoroni/enviroplus-python.svg?branch=master)](https://travis-ci.com/pimoroni/enviroplus-python) |
| 4 | [![Coverage Status](https://coveralls.io/repos/github/pimoroni/enviroplus-python/badge.svg?branch=master)](https://coveralls.io/github/pimoroni/enviroplus-python?branch=master) |
| 5 | [![PyPi Package](https://img.shields.io/pypi/v/enviroplus.svg)](https://pypi.python.org/pypi/enviroplus) |
| 6 | [![Python Versions](https://img.shields.io/pypi/pyversions/enviroplus.svg)](https://pypi.python.org/pypi/enviroplus) |
| 7 | |
| 8 | # Installing |
| 9 | |
| 10 | Stable library from PyPi: |
| 11 | |
| 12 | * Just run `sudo pip install enviroplus` |
| 13 | |
| 14 | Latest/development library from GitHub: |
| 15 | |
| 16 | * `git clone https://github.com/pimoroni/enviroplus-python` |
| 17 | * `cd enviroplus-python` |
| 18 | * `sudo ./install.sh` |
| 19 | |