- Name
- hplc_interface_python
- Version
- 1.0.0
- License
- BSD
- URL
- https://github.com/janelia-python/hplc_interface_python
- Author
- Peter Polidoro
- [email protected]
This Python package (hplc_interface) creates a class named HplcInterface.
from hplc_interface import HplcInterface
dev = HplcInterface() # Might automatically find devices if available
https://github.com/janelia-modular-devices/modular-devices
https://github.com/janelia-python/python_setup
https://github.com/janelia-arduino/arduino_setup
mkdir -p ~/venvs/hplc_interface
virtualenv ~/venvs/hplc_interface
#Python3
virtualenv -p python3 ~/venvs/hplc_interface
source ~/venvs/hplc_interface/bin/activate
pip install hplc_interface
virtualenv C:\venvs\hplc_interface
C:\venvs\hplc_interface\Scripts\activate
pip install hplc_interface