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
|
||||
|
||||
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:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
defusedxml
|
||||
lxml
|
||||
elementpath==2.5.3
|
||||
xmlschema==1.9.2
|
||||
tqdm
|
||||
elementpath>=2.5.0
|
||||
xmlschema
|
||||
tqdm
|
||||
|
|
Loading…
Reference in New Issue