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
{{ message }}
This repository was archived by the owner on Jul 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,8 @@ Reach out to the [community](https://mbientlab.com/community/) if you encounter
39
39
### Pre-Installation
40
40
41
41
#### Python
42
-
You need to make sure you have Python2 or Python3 installed as well as Pip. We don't cover this in this README, you can google-fu how to install Python and Pip.
42
+
You need to make sure you have Python3 installed as well as Pip. We don't cover this in this README, you can google-fu how to install Python and Pip.
43
43
```
44
-
python -V
45
44
python3 -V
46
45
```
47
46
@@ -60,11 +59,10 @@ cd Python-3.9.0
60
59
make -j 4
61
60
sudo make altinstall
62
61
```
63
-
It will be entirely up to you to figure out how you want to install Python and if you want to use Python 2 or 3.
62
+
It will be entirely up to you to figure out how you want to install Python 3.
64
63
65
64
You should also check where Python was installed:
66
65
```
67
-
which python
68
66
which python3
69
67
```
70
68
@@ -176,7 +174,7 @@ Or maybe (depends on your setup - see section above):
176
174
/usr/bin/python3 -m pip install metawear
177
175
```
178
176
179
-
If you install metawear with Python2, you will get an older version (we are no longer supporting Python2 but the older libs work).
177
+
If you install metawear with Python2, you will get an older version (we are no longer supporting Python2 since it has been deprecated.
180
178
We recommend using Python3 and our Pypi3 metawear package (this should automatically be resolved with pip).
0 commit comments