File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 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
1110Stable 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
1520Latest/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
You can’t perform that action at this time.
0 commit comments