mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-20 18:31:20 +00:00
config-tools: modified requirements.txt and update GSG
Modified requirements.txt in misc/config_tools/configurator directory and add GSG requirements.txt inmisc/config_tools directory. Relevant python package installing steps in GSG. Tracked-On: #7975 Reviewed-by: Junjie Mao junjie.mao@intel.com Signed-off-by: Ziheng Li <ziheng.li@intel.com>
This commit is contained in:
parent
815d9b45c6
commit
b026238a69
@ -142,7 +142,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.10.0" defusedxml tqdm
|
cd ~/acrn-work/acrn-hypervisor/misc/config_tools
|
||||||
|
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:
|
||||||
|
@ -503,7 +503,7 @@ how to build the Debian package from source code.
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
cd ~/acrn-work/acrn-hypervisor/misc/config_tools/configurator
|
cd ~/acrn-work/acrn-hypervisor/misc/config_tools
|
||||||
python3 -m pip install -r requirements.txt
|
python3 -m pip install -r requirements.txt
|
||||||
yarn
|
yarn
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
defusedxml
|
defusedxml
|
||||||
lxml
|
lxml
|
||||||
elementpath
|
elementpath==2.5.3
|
||||||
xmlschema
|
xmlschema==1.9.2
|
||||||
build
|
|
||||||
tqdm
|
tqdm
|
||||||
|
build
|
||||||
requests
|
requests
|
||||||
xmltodict
|
xmltodict
|
||||||
sphinx
|
sphinx
|
Loading…
Reference in New Issue
Block a user