From b1245f42e94d967c4e75a242afeb3423b23d3e50 Mon Sep 17 00:00:00 2001 From: KuanHang Date: Thu, 23 Apr 2026 13:17:05 +0800 Subject: [PATCH] Update README with gRPC installation instructions (#1) Added instructions for installing nidaqmx with gRPC support. --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 758a88b5e..377ae01f7 100644 --- a/README.rst +++ b/README.rst @@ -68,6 +68,11 @@ You can use `pip `_ to download **nidaqmx** fro $ python -m pip install nidaqmx +To use **nidaqmx** with gRPC, install it with the ``grpc`` extra to include the +required dependencies:: + + $ python -m pip install nidaqmx[grpc] + Automatic Driver Installation -----------------------------