From c88076d9ef8e56463978c62d5b87b750b6af900d Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Wed, 17 Aug 2022 16:47:33 -0700 Subject: [PATCH] doc: revert to not using requirements.txt in the GSG GSG was recently updated to use a requirements.txt for python dependencies, but that file doesn't exist in the repo at the v3.0 tag the instructions say to use. Revert to not use a requirements.txt until we get this figured out. Signed-off-by: David B. Kinder --- doc/getting-started/getting-started.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/getting-started/getting-started.rst b/doc/getting-started/getting-started.rst index e4156562c..485e90920 100644 --- a/doc/getting-started/getting-started.rst +++ b/doc/getting-started/getting-started.rst @@ -142,8 +142,7 @@ To set up the ACRN build environment on the development computer: .. code-block:: bash - cd ~/acrn-work/acrn-hypervisor/misc/config_tools - sudo pip3 install -r requirements.txt + sudo pip3 install "elementpath==2.5.0" lxml "xmlschema==1.9.2" defusedxml tqdm #. Build and install the iASL compiler/disassembler used for advanced power management, device discovery, and configuration (ACPI) within the host OS: