From 583c7ffa0569a466bc8f4dea3abf4632a8de9f5c Mon Sep 17 00:00:00 2001 From: Aaron Councilman <aaronjc4@illinois.edu> Date: Mon, 18 Apr 2022 09:37:23 -0500 Subject: [PATCH] Fix build docs on not installing python packages --- hpvm/docs/build-hpvm.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hpvm/docs/build-hpvm.rst b/hpvm/docs/build-hpvm.rst index 6e8c393211..5f9a5b9588 100644 --- a/hpvm/docs/build-hpvm.rst +++ b/hpvm/docs/build-hpvm.rst @@ -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. -- GitLab