From cde60b23d534881f954bf7e8dff68399e5226568 Mon Sep 17 00:00:00 2001 From: Bea Healy <57840981+TaoBi22@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:21:47 +0100 Subject: [PATCH] [docs] Adds docs dependencies installation to README (#212) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6875cf52..f448aaaa 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,12 @@ The following packages need to be installed for the CAD toolchain A flow using VPR, the place and route tool from the [VTR project](https://github.com/verilog-to-routing/vtr-verilog-to-routing) is also available. However, this still requires Yosys, as well as the FABulous nextpnr fork, since this contains files for design synthesis. +To build the docs locally, some further Python dependencies are required - to install these, run +``` +pip3 install -r docs/requirements.txt +``` +from the top directory of the repository. + ## Getting started To set up FABulous: