MeasurementLink Support for Python v1.0.0
MeasurementLink Support for Python (ni-measurementlink-service
) is a Python framework that enables measurement developers to quickly create Python measurements and run them as a service (gRPC).
What's Changed
- Update Development Status to Production / Stable
Full Changelog: 0.12.2...1.0.0
Dependencies
- Python >= 3.8 (3.9 recommended)
- grpcio >= 1.49.1, < 2.x
- protobuf >= 4.21, < 5.x
- pywin32 >= 303 (Only for Windows)
Installation
Make sure the system has the recommended Python version installed.
Install the latest NIMS Framework using pip.
REM Activate the required virtual environment if any.
pip install ni-measurementlink-service
Install the ni-measurementlink-generator to create measurement services
REM Activate the required virtual environment if any.
pip install ni-measurementlink-generator