Create a requirements.txt for python package on GSG

Tracked-On: #8269
Signed-off-by: zhangrouyu <rouyu.zhang@intel.com>
This commit is contained in:
zhangrouyu 2022-10-27 01:15:50 -04:00 committed by acrnsi-robot
parent 893fbfec78
commit 5a452e5e32
2 changed files with 5 additions and 4 deletions

View File

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

View File

@ -1,5 +1,5 @@
defusedxml
lxml
elementpath==2.5.3
xmlschema==1.9.2
elementpath>=2.5.0
xmlschema
tqdm