Commit | Line | Data |
---|---|---|
651e1c20 PH |
1 | # {{TITLE}} |
2 | ||
3 | [![Build Status](https://travis-ci.com/pimoroni/{{LIBNAME}}-python.svg?branch=master)](https://travis-ci.com/pimoroni/{{LIBNAME}}-python) | |
4 | [![Coverage Status](https://coveralls.io/repos/github/pimoroni/{{LIBNAME}}-python/badge.svg?branch=master)](https://coveralls.io/github/pimoroni/{{LIBNAME}}-python?branch=master) | |
460a5bed PH |
5 | [![PyPi Package](https://img.shields.io/pypi/v/{{LIBNAME}}.svg)](https://pypi.python.org/pypi/{{LIBNAME}}) |
6 | [![Python Versions](https://img.shields.io/pypi/pyversions/{{LIBNAME}}.svg)](https://pypi.python.org/pypi/{{LIBNAME}}) | |
651e1c20 PH |
7 | |
8 | # Installing | |
9 | ||
10 | Stable library from PyPi: | |
11 | ||
12 | * Just run `sudo pip install {{LIBNAME}}` | |
13 | ||
14 | Latest/development library from GitHub: | |
15 | ||
16 | * `git clone https://github.com/pimoroni/{{LIBNAME}}-python` | |
17 | * `cd {{LIBNAME}}-python` | |
18 | * `sudo ./install.sh` | |
19 |