mfitzp / max30100

A Python library for the MAX30100 HR/Oximetry sensor.
45 stars 26 forks source link

max30100 module missing #3

Open abinthomas744 opened 3 years ago

abinthomas744 commented 3 years ago

import max30100 does not work looked for it everywhere but couldn't find the module

pip install max30100 returns url not found image

rajeshpanda commented 3 years ago

I guess you need to keep the said file in the same directory as your runner(your implementation) file. If you are running from python 's location then keep the file in your python directory. Basic.