From 97afcd8367ecf5d7fa3bb9cd36365721b8811e9c Mon Sep 17 00:00:00 2001 From: "Travis F. Collins" Date: Thu, 26 Oct 2023 18:22:16 -0600 Subject: [PATCH] Update doc to include new tools optional dependency Signed-off-by: Travis F. Collins --- doc/source/guides/quick.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/guides/quick.rst b/doc/source/guides/quick.rst index 7895e32d5..4d99c2109 100644 --- a/doc/source/guides/quick.rst +++ b/doc/source/guides/quick.rst @@ -30,6 +30,12 @@ To install the optional dependencies for JESD debugging and control Note that this is only needed for the ADRV9009-ZU11EG multi-SOM configuration. +To install the optional dependencies for leverage the built-in CLI tools + +.. code-block:: bash + + (sudo) pip install pyadi-iio[tools] + .. note:: On Linux the libiio python bindings are sometimes installed in locations not on path when building from source. On Ubuntu this is a common fix