[doc/um] Updated the python requirements run command for sw simple system

Signed-off-by: Rahul Raveendran <rahul.raveendran@acconeer.com>
This commit is contained in:
Rahul Raveendran 2021-01-11 12:09:41 +01:00 committed by Philipp Wagner
parent 8f3d8f311f
commit a4238bdd8d

View file

@ -15,7 +15,7 @@ run stand-alone binaries. It contains:
Note Linux package managers may have Verilator but often a very old version
that is not suitable. It is recommended Verilator is built from source.
* The Python dependencies of this repository.
Install them with `pip3 install -U python3-requirements.txt` from the
Install them with `pip3 install -U -r python-requirements.txt` from the
repository root.
* RISC-V Compiler Toolchain - lowRISC provides a pre-built GCC based toolchain
<https://github.com/lowRISC/lowrisc-toolchains/releases>