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