Skip to content
Snippets Groups Projects
Commit 583c7ffa authored by Aaron Councilman's avatar Aaron Councilman
Browse files

Fix build docs on not installing python packages

parent 25cfb6c3
No related branches found
No related tags found
No related merge requests found
......@@ -233,7 +233,7 @@ These packages also have Python version requirement and package dependencies
that may be hard to meet on some devices, especially edge computing devices with ARM CPUs.
You can instead skip the installation by either passing ``--no-pypkg`` flag to
the installer, or answering yes ("y") when it prompt the following:
the installer, or answering no ("n") when it prompt the following:
.. code-block:: text
......@@ -300,4 +300,4 @@ You can run tests by simply providing the appropriate target to ``make``: for ex
make -j<number of threads> check-hpvm-pass
runs ``check-hpvm-pass`` tests.
\ No newline at end of file
runs ``check-hpvm-pass`` tests.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment