mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-30 09:12:57 +00:00
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:
parent
893fbfec78
commit
5a452e5e32
@ -143,7 +143,8 @@ To set up the ACRN build environment on the development computer:
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. 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,
|
#. 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:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
defusedxml
|
defusedxml
|
||||||
lxml
|
lxml
|
||||||
elementpath==2.5.3
|
elementpath>=2.5.0
|
||||||
xmlschema==1.9.2
|
xmlschema
|
||||||
tqdm
|
tqdm
|
Loading…
Reference in New Issue
Block a user