Skip to content
This repository was archived by the owner on Jul 20, 2025. It is now read-only.

Commit 3f3ecd3

Browse files
committed
update for mms to latest cpp and major pypi
1 parent f91d901 commit 3f3ecd3

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

MetaWear-SDK-Cpp

Submodule MetaWear-SDK-Cpp updated 227 files

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ Reach out to the [community](https://mbientlab.com/community/) if you encounter
3939
### Pre-Installation
4040

4141
#### 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.
4343
```
44-
python -V
4544
python3 -V
4645
```
4746

@@ -60,11 +59,10 @@ cd Python-3.9.0
6059
make -j 4
6160
sudo make altinstall
6261
```
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.
6463

6564
You should also check where Python was installed:
6665
```
67-
which python
6866
which python3
6967
```
7068

@@ -176,7 +174,7 @@ Or maybe (depends on your setup - see section above):
176174
/usr/bin/python3 -m pip install metawear
177175
```
178176

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.
180178
We recommend using Python3 and our Pypi3 metawear package (this should automatically be resolved with pip).
181179

182180
#### 2. Clone our Repository (local deps - developers only)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def run(self):
5757
setup(
5858
name='metawear',
5959
packages=['mbientlab', 'mbientlab.metawear'],
60-
version='0.8.2',
60+
version='1.0.0',
6161
description='Python bindings for the MetaWear C++ SDK by MbientLab',
6262
long_description=open(os.path.join(os.path.dirname(__file__), "README.md")).read(),
6363
package_data={'mbientlab.metawear': so_pkg_data},

0 commit comments

Comments
 (0)