Commit e074597 1 parent 836c0f9 commit e074597 Copy full SHA for e074597
File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Pimoroni Trackball Breakout
2
2
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 )
5
5
[ ![ PyPi Package] ( https://img.shields.io/pypi/v/trackball.svg )] ( https://pypi.python.org/pypi/trackball )
6
6
[ ![ Python Versions] ( https://img.shields.io/pypi/pyversions/trackball.svg )] ( https://pypi.python.org/pypi/trackball )
7
7
8
-
9
8
# Installing
10
9
11
10
Stable library from PyPi:
12
11
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 `
14
19
15
20
Latest/development library from GitHub:
16
21
17
22
* ` git clone https://github.com/pimoroni/trackball-python `
18
23
* ` cd trackball-python `
19
- * ` sudo ./install.sh`
24
+ * ` ./install.sh --unstable `
20
25
You can’t perform that action at this time.
0 commit comments