Merge branch 'master' of github.com:pimoroni/enviroplus-python into patch-adc
[EVA-2020-02-2.git] / library / README.rst
1 Enviro+ pHAT
2 ============
3
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>`__
9
10 Installing
11 ==========
12
13 Stable library from PyPi:
14
15 - Just run ``sudo pip install enviroplus``
16
17 (**Note** that you’re best using the git clone / install.sh method below
18 if you want all of the UART serial configuration for the PMS5003
19 particulate matter sensor to run automatically)
20
21 Latest/development library from GitHub:
22
23 - ``git clone https://github.com/pimoroni/enviroplus-python``
24 - ``cd enviroplus-python``
25 - ``sudo ./install.sh``
26
27 0.0.1
28 -----
29
30 * Initial Release