Quick StartΒΆ
Before installing pyadi-iio make sure you have libiio and its python bindings installed.
Note
libiio does not currently have a pip installer releases are available on GitHub along with the source.
pyadi-iio can by installed from pip
(sudo) pip install pyadi-iio
or by grabbing the source directly
git clone https://github.com/analogdevicesinc/pyadi-iio.git
cd pyadi-iio
(sudo) python3 setup.py install
Note
On Linux the libiio python bindings are sometimes installed in locations not on path. On Ubuntu this is a common fix
export PYTHONPATH=$PYTHONPATH:/usr/lib/python2.7/site-packages