Commit | Line | Data |
---|---|---|
29dd2975 PH |
1 | Enviro+ pHAT |
2 | ============ | |
3547bf15 | 3 | |
ab1eb580 PH |
4 | `Build Status <https://travis-ci.com/pimoroni/enviroplus-python>`__ |
5 | `Coverage | |
6 | Status <https://coveralls.io/github/pimoroni/enviroplus-python?branch=master>`__ | |
7 | `PyPi Package <https://pypi.python.org/pypi/enviroplus>`__ `Python | |
8 | Versions <https://pypi.python.org/pypi/enviroplus>`__ | |
3547bf15 PH |
9 | |
10 | Installing | |
11 | ========== | |
12 | ||
13 | Stable library from PyPi: | |
14 | ||
8ab4cd2d | 15 | - Just run ``sudo pip install enviroplus`` |
3547bf15 | 16 | |
ab1eb580 | 17 | (**Note** that you’re best using the git clone / install.sh method below |
786bc3cb PH |
18 | if you want all of the UART serial configuration for the PMS5003 |
19 | particulate matter sensor to run automatically) | |
20 | ||
3547bf15 PH |
21 | Latest/development library from GitHub: |
22 | ||
8ab4cd2d PH |
23 | - ``git clone https://github.com/pimoroni/enviroplus-python`` |
24 | - ``cd enviroplus-python`` | |
3547bf15 PH |
25 | - ``sudo ./install.sh`` |
26 | ||
ab1eb580 PH |
27 | 0.0.1 |
28 | ----- | |
29 | ||
30 | * Initial Release |