Skip to content

Commit e074597

Browse files
committed
README.md: Update badges and instructions.
1 parent 836c0f9 commit e074597

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
11
# Pimoroni Trackball Breakout
22

3-
[![Build Status](https://travis-ci.com/pimoroni/trackball-python.svg?branch=master)](https://travis-ci.com/pimoroni/trackball-python)
4-
[![Coverage Status](https://coveralls.io/repos/github/pimoroni/trackball-python/badge.svg?branch=master)](https://coveralls.io/github/pimoroni/trackball-python?branch=master)
3+
[![Build Status](https://img.shields.io/github/actions/workflow/status/pimoroni/trackball-python/test.yml?branch=main)](https://github.com/pimoroni/trackball-python/actions/workflows/test.yml)
4+
[![Coverage Status](https://coveralls.io/repos/github/pimoroni/trackball-python/badge.svg?branch=main)](https://coveralls.io/github/pimoroni/trackball-python?branch=main)
55
[![PyPi Package](https://img.shields.io/pypi/v/trackball.svg)](https://pypi.python.org/pypi/trackball)
66
[![Python Versions](https://img.shields.io/pypi/pyversions/trackball.svg)](https://pypi.python.org/pypi/trackball)
77

8-
98
# Installing
109

1110
Stable library from PyPi:
1211

13-
* Just run `sudo pip install trackball`
12+
If you're familiar with virtual environments and have one set up, just run `python3 -m pip install trackball`
13+
14+
Otherwise:
15+
16+
* `git clone https://github.com/pimoroni/trackball-python`
17+
* `cd trackball-python`
18+
* `./install.sh`
1419

1520
Latest/development library from GitHub:
1621

1722
* `git clone https://github.com/pimoroni/trackball-python`
1823
* `cd trackball-python`
19-
* `sudo ./install.sh`
24+
* `./install.sh --unstable`
2025

0 commit comments

Comments
 (0)