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 <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2022-08-17 16:47:33 -07:00 committed by David Kinder
parent e6de2e5798
commit c88076d9ef
1 changed files with 1 additions and 2 deletions

View File

@ -142,8 +142,7 @@ To set up the ACRN build environment on the development computer:
.. code-block:: bash .. code-block:: bash
cd ~/acrn-work/acrn-hypervisor/misc/config_tools sudo pip3 install "elementpath==2.5.0" lxml "xmlschema==1.9.2" defusedxml tqdm
sudo pip3 install -r requirements.txt
#. Build and install the iASL compiler/disassembler used for advanced power management, #. Build and install the iASL compiler/disassembler used for advanced power management,
device discovery, and configuration (ACPI) within the host OS: device discovery, and configuration (ACPI) within the host OS: