openbci-archive / OpenBCI_Python

The Python software library designed to work with OpenBCI hardware.
MIT License
506 stars 207 forks source link

Fix plugin directory #108

Closed ikmckenz closed 5 years ago

ikmckenz commented 5 years ago

This is a small change to fix the default load path for plugins. This resolves #107, resolves #88, and resolves #106.

ikmckenz commented 5 years ago

@andrewjaykeller This should be ready to merge now, as people have responded that it fixed their issues. It changes the assumption of where user.py is being run to the root directory of the code which is where user.py actually is, but more importantly it adds instructions on how to change the plugin path to the README so that this confusion will hopefully be mitigated in the future.