mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 20:22:46 +00:00
config-tools: modified requirements.txt and update GSG
Modified misc/config_tools/configurator/requirements.txt and misc/config_tools/requirements.txt. Updated getting-started.rst and acrn_configurator_tool.rst. Tracked-On: #7975 Signed-off-by: zihengL1 <ziheng.li@intel.com>
This commit is contained in:
parent
36dce72414
commit
59eb4f2963
@ -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:
|
||||||
|
@ -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
|
cd ~/acrn-work/acrn-hypervisor/misc/config_tools/configurator
|
||||||
python3 -m pip install -r requirements.txt
|
python3 -m pip install -r requirements.txt
|
||||||
yarn
|
yarn
|
||||||
|
|
||||||
|
5
misc/config_tools/configurator/requirements.txt
Normal file
5
misc/config_tools/configurator/requirements.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
build
|
||||||
|
requests
|
||||||
|
xmltodict
|
||||||
|
sphinx
|
||||||
|
bs4
|
@ -2,9 +2,4 @@ defusedxml
|
|||||||
lxml
|
lxml
|
||||||
elementpath==2.5.3
|
elementpath==2.5.3
|
||||||
xmlschema==1.9.2
|
xmlschema==1.9.2
|
||||||
tqdm
|
tqdm
|
||||||
build
|
|
||||||
requests
|
|
||||||
xmltodict
|
|
||||||
sphinx
|
|
||||||
bs4
|
|
Loading…
Reference in New Issue
Block a user