Installing MetaWear Library
Hi,
I am using python 3 and have also installed the latest pip version (18.0) from https://bootstrap.pypa.io/get-pip.py.
Then to instal metawear libraryl I wrote " pip install metawear --process-dependency links" in my python shell. However, I keep getting a syntax error.
Please advice. Thank you.

This discussion has been closed.
Comments
pipis an executable, not a Python function.