Commit | Line | Data |
---|---|---|
29dd2975 PH |
1 | Enviro+ pHAT |
2 | ============ | |
3547bf15 PH |
3 | |
4 | |Build Status| |Coverage Status| |PyPi Package| |Python Versions| | |
5 | ||
6 | Installing | |
7 | ========== | |
8 | ||
9 | Stable library from PyPi: | |
10 | ||
8ab4cd2d | 11 | - Just run ``sudo pip install enviroplus`` |
3547bf15 PH |
12 | |
13 | Latest/development library from GitHub: | |
14 | ||
8ab4cd2d PH |
15 | - ``git clone https://github.com/pimoroni/enviroplus-python`` |
16 | - ``cd enviroplus-python`` | |
3547bf15 PH |
17 | - ``sudo ./install.sh`` |
18 | ||
8ab4cd2d PH |
19 | .. |Build Status| image:: https://travis-ci.com/pimoroni/enviroplus-python.svg?branch=master |
20 | :target: https://travis-ci.com/pimoroni/enviroplus-python | |
21 | .. |Coverage Status| image:: https://coveralls.io/repos/github/pimoroni/enviroplus-python/badge.svg?branch=master | |
22 | :target: https://coveralls.io/github/pimoroni/enviroplus-python?branch=master | |
23 | .. |PyPi Package| image:: https://img.shields.io/pypi/v/enviroplus.svg | |
24 | :target: https://pypi.python.org/pypi/enviroplus | |
25 | .. |Python Versions| image:: https://img.shields.io/pypi/pyversions/enviroplus.svg | |
26 | :target: https://pypi.python.org/pypi/enviroplus |