This library utilizes the NI-VISA (or compatible) hardware drivers, this should be installed prior to using this libray.
To install this module download or clone this repository and install using pip with
pip install . or
C:\\{path_to_python}\python.exe -m pip install . if multiple Python installations exist.
Additionally the package can be installed in development mode with the -e/--editable flag e.g pip install -e . More details on development mode can be found at https://setuptools.pypa.io/en/latest/userguide/development_mode.html
For additional help with installation help you can contact the module author Anna Giasson (AnnaGraceGiasson@GMail.com)