From 1c09b8c3e0dc773a4bf774cac2f0e6473b7b9bc2 Mon Sep 17 00:00:00 2001 From: ANDREW HARRIS POND Date: Tue, 17 Aug 2021 10:18:51 -0600 Subject: [PATCH] fixed python instruction --- docs/source/tutorials/getting_started/compile.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/tutorials/getting_started/compile.rst b/docs/source/tutorials/getting_started/compile.rst index 0e8cb8563..17d333be0 100644 --- a/docs/source/tutorials/getting_started/compile.rst +++ b/docs/source/tutorials/getting_started/compile.rst @@ -47,10 +47,10 @@ 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: +:python dependencies: + python packages are also required: - python3 -m pip install envyaml + python3 -m pip install -r requirements.txt .. _install_dependencies_build: https://github.com/lnis-uofu/OpenFPGA/blob/master/.github/workflows/install_dependencies_build.sh