You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,14 +45,6 @@ This Python package supports the following SparkFun qwiic products on Python, Mi
45
45
> [!NOTE]
46
46
> The listed supported platforms and boards are the primary platform targets tested. It is fully expected that this package will work across a wide variety of Python enabled systems.
47
47
48
-
49
-
---
50
-
---
51
-
---
52
-
## Getting Started
53
-
54
-
55
-
56
48
## Installation
57
49
58
50
The first step to using this package is installing it on your system. The install method depends on the python platform. The following sections outline installation on Python, MicroPython and CircuitPython.
@@ -74,10 +66,12 @@ For the current user:
74
66
```sh
75
67
pip install sparkfun-qwiic
76
68
```
77
-
69
+
---
70
+
---
78
71
> [!CAUTION]
79
72
> **TODO** Put together how this works with the new virtual environments used with the latest Python install
80
-
73
+
---
74
+
---
81
75
#### Local Installation
82
76
To install, make sure the setuptools package is installed on the system.
0 commit comments