fixed python instruction
This commit is contained in:
parent
a8a8c25a21
commit
1c09b8c3e0
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue