This repo contains the pip install package for demostrations of PYNQ IoT. It's only support PYNQ Z2 board.
In order to install it on your PYNQ board, connect to the board, open a terminal and type:
# (on PYNQ v2.3 only)
sudo pip3 install git+https://github.com/xupsh/PYNQ-IoT-demo.git
# (on PYNQ v2.3 only)
cd PYNQ-IoT-demo
sudo python setup.py install
NOTE: This command must be run as root.