From ad44e016493b8ee14b51814ffd685adf7e63ac85 Mon Sep 17 00:00:00 2001
From: Yaman Umuroglu <yamanu@xilinx.com>
Date: Mon, 22 Jun 2020 21:26:40 +0100
Subject: [PATCH] [Docs] add PYNQ bitstring package to reqs

---
 docs/finn/getting_started.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/finn/getting_started.rst b/docs/finn/getting_started.rst
index 95594bb67..feba21ea2 100644
--- a/docs/finn/getting_started.rst
+++ b/docs/finn/getting_started.rst
@@ -18,6 +18,7 @@ Requirements
 * A working Vivado 2019.1 installation
 * A `VIVADO_PATH` environment variable pointing to the Vivado installation directory (e.g. the directory where settings64.sh is located)
 * (optional) A PYNQ board with a network connection
+   * the ``bitstring`` package must be installed on the PYNQ: ``sudo pip install bitstring``
 
 Running FINN in Docker
 ======================
-- 
GitLab