fixed python instruction

This commit is contained in:
ANDREW HARRIS POND 2021-08-17 10:18:51 -06:00
parent a8a8c25a21
commit 1c09b8c3e0
1 changed files with 3 additions and 3 deletions

View File

@ -47,10 +47,10 @@ In particular, OpenFPGA requires specific versions for the following dependencie
:iverilog: :iverilog:
version 10.1+ is required to run Verilog-to-Verification flow version 10.1+ is required to run Verilog-to-Verification flow
:envyaml: :python dependencies:
python package envyaml is required: 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 .. _install_dependencies_build: https://github.com/lnis-uofu/OpenFPGA/blob/master/.github/workflows/install_dependencies_build.sh