diff --git a/README.rst b/README.rst index 758a88b5..377ae01f 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 -----------------------------