From 3ce866f2eb273cf75e3fa7d53d78612b338ef7c0 Mon Sep 17 00:00:00 2001 From: Andrew Pond <32227768+apond308@users.noreply.github.com> Date: Mon, 26 Jul 2021 15:12:59 -0600 Subject: [PATCH] Update compile.rst --- docs/source/tutorials/getting_started/compile.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/tutorials/getting_started/compile.rst b/docs/source/tutorials/getting_started/compile.rst index 85c9702db..5c5b7e55d 100644 --- a/docs/source/tutorials/getting_started/compile.rst +++ b/docs/source/tutorials/getting_started/compile.rst @@ -46,6 +46,9 @@ In particular, OpenFPGA requires specific versions for the following dependencie :iverilog: version 10.1+ is required to run Verilog-to-Verification flow + +:envyaml: + python package envyaml is required: 'python3 -m pip install envyaml' .. _install_dependencies_build: https://github.com/lnis-uofu/OpenFPGA/blob/master/.github/workflows/install_dependencies_build.sh