From afd474d530b426a9c256579d2c2e5e2fe3b0deff Mon Sep 17 00:00:00 2001 From: Yaman Umuroglu <yamanu@xilinx.com> Date: Tue, 23 Jun 2020 15:14:09 +0100 Subject: [PATCH] [Docs] rename pip -> pip3 --- docs/finn/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/finn/getting_started.rst b/docs/finn/getting_started.rst index feba21ea2..5beabeb29 100644 --- a/docs/finn/getting_started.rst +++ b/docs/finn/getting_started.rst @@ -18,7 +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`` + * the ``bitstring`` package must be installed on the PYNQ: ``sudo pip3 install bitstring`` Running FINN in Docker ====================== -- GitLab