Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 514 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 514 Bytes

PYNQ IoT demo based on PYNQ-Z2

This repo contains the pip install package for demostrations of PYNQ IoT. It's only support PYNQ Z2 board.

Quick Start

In order to install it on your PYNQ board, connect to the board, open a terminal and type:

Online Install

# (on PYNQ v2.3 only)
sudo pip3 install git+https://github.com/xupsh/PYNQ-IoT-demo.git

Standalone Install

# (on PYNQ v2.3 only)
cd PYNQ-IoT-demo
sudo python setup.py install

NOTE: This command must be run as root.