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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ New to qwiic? Take a look at the entire [SparkFun qwiic ecosystem](https://www.s
22
22
*[Installation](#installation)
23
23
24
24
### Supported Platforms
25
-
25
+
See the [MicroPython Downloads Page](https://micropython.org/download/?vendor=Sparkfun) for more boards compatible with MicroPython.
26
26
| Python | Platform | Boards |
27
27
|--|--|--|
28
28
| Python | Linux |[Raspberry Pi](https://www.sparkfun.com/raspberry-pi-5-8gb.html) , [NVIDIA Jetson Orin Nano](https://www.sparkfun.com/nvidia-jetson-orin-nano-developer-kit.html) via the [SparkFun Qwiic SHIM](https://www.sparkfun.com/sparkfun-qwiic-shim-for-raspberry-pi.html)|
@@ -55,17 +55,17 @@ Note - the below instructions outline installation on a Linux-based (Raspberry P
55
55
56
56
First, setup a virtual environment from a specific directory using venv:
57
57
```sh
58
-
python3 -m venv path/to/venv
58
+
python3 -m venv ~/sparkfun_venv
59
59
```
60
-
You can pass any path as path/to/venv, just make sure you use the same one for all future steps. For more information on venv [click here](https://docs.python.org/3/library/venv.html).
60
+
You can pass any path instead of ~/sparkfun_venv, just make sure you use the same one for all future steps. For more information on venv [click here](https://docs.python.org/3/library/venv.html).
0 commit comments