-
Notifications
You must be signed in to change notification settings - Fork 60
Description
I think I understand what has happened. I would suggest that the instructions be rewritten and made clearer for the casual user. In the past one extracted a folder called glucometerutils-master and if one read the README which included the section
Example Usage
Most of the drivers require optional dependencies, and those are listed in the
table below. If you do not want to install the dependencies manually, you should
be able to set this up using virtualenv and pip: ...
and if you just installed the dependencies manually and ran setup.py you got a working version of glucometer which you could execute as
glucometer --driver dump > Readings
That README was just copied over into the latest version of glucometerutils-main. But, am I correct that now the only way to install glucometerutils is to use virtualenv?