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