Skip to content

Latest commit

 

History

History
executable file
·
27 lines (24 loc) · 666 Bytes

README.md

File metadata and controls

executable file
·
27 lines (24 loc) · 666 Bytes

Instr

Automates laboratory Instruments, visuallize aquired data.
This software is released under the MIT License, see LICENSE.txt.

Developing environment:

  • python 3.5
  • PyCharm Professional Edition 5.0.2

Requirements

  • python 3.5
  • ipython-notebook
  • keyring
  • matplotlib
  • mpltools
  • mysql-connector-python
  • numpy
  • pyvisa
  • scipy
  • statsmodels
  • unittest2

conda create -y -n lab35 python=3.5 ipython-notebook matplotlib mysql-connector-python numpy scikit-learn scipy seaborn statsmodels
source activate lab35 (For Linux, OS X)
activate lab35 (For Windows, doesn't work on PowerShell)
pip install keyring mpltools pyvisa unittest2