Python code run

How do I run the python script. I cannot find how to install the package . My Text Editor(PyCharm) says that it cannot find package.

Hello, there are a few items that may help you run the script:

  1. Make sure you have the entire repo as we have wrappers referenced relative to the example
  2. We recommend using Python 2.7 but a users has made changes to the repo to support Python 3 that we will be pulling in the future. https://github.com/morinted/sensel-api.
  3. Make sure you have pyserial installed
  4. Make sure you have the appropriate version of the SenselLib installed from the sensel-install folder. All C, Python and C# use the compiled dlls.

I hope these help.