Commit | Line | Data |
---|---|---|
29dd2975 | 1 | # Enviro+ pHAT |
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 | 13 | |
abc93137 SM |
14 | (**Note** that you're best using the git clone / install.sh method below if you want all of the UART serial configuration for the PMS5003 particulate matter sensor to run automatically) |
15 | ||
651e1c20 PH |
16 | Latest/development library from GitHub: |
17 | ||
8ab4cd2d PH |
18 | * `git clone https://github.com/pimoroni/enviroplus-python` |
19 | * `cd enviroplus-python` | |
651e1c20 PH |
20 | * `sudo ./install.sh` |
21 |