logston / olimex-ekg-emg

A Python package for gathering data from the Olimex EKG/EMG Shield.
Other
17 stars 7 forks source link

Problem install the package #5

Closed kiaras closed 8 years ago

kiaras commented 8 years ago

Hello,

I have Windows 7, and I have problem installing the olimex-ekg-emg package on Python 3.4 (it is 32 bit). I believe that it is complaining that I am missing some other packages. Can you tell me what other packages I need to have besides this so that I can successfully install this package?

Thanks

logston commented 8 years ago

Hi @kiaras,

Please post the error messages you get in the future. Here's a list of what this package requires.

    # from setup.py
    install_requires=[
        'pyserial>=2.7',
        'numpy>=1.9.1',
        'matplotlib>=1.4.2',
        'scipy>=0.15.1',
    ],