msoon / PyMonsoon

Monsoon Power Monitor Python Library
MIT License
55 stars 23 forks source link

Convert relative imports to absolute. Fixes #4 #11

Closed luiscruz closed 6 years ago

luiscruz commented 6 years ago

I've tested this PR by trying to import LVPM and HVPM with Python3.6.1. I've also successfully collected samples with Python 3.6.1.

In addition, I have fixed the README file path because it was preventing me of locally installing the package with the following comand:

pip install -e .
luiscruz commented 6 years ago

Already fixed with PR #13