Commit | Line | Data |
---|---|---|
3547bf15 | 1 | # Enviro pHAT Plus |
651e1c20 | 2 | |
8ab4cd2d PH |
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) | |
651e1c20 PH |
7 | |
8 | # Installing | |
9 | ||
10 | Stable library from PyPi: | |
11 | ||
8ab4cd2d | 12 | * Just run `sudo pip install enviroplus` |
651e1c20 PH |
13 | |
14 | Latest/development library from GitHub: | |
15 | ||
8ab4cd2d PH |
16 | * `git clone https://github.com/pimoroni/enviroplus-python` |
17 | * `cd enviroplus-python` | |
651e1c20 PH |
18 | * `sudo ./install.sh` |
19 |