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:
zihengL1 2022-08-18 11:49:16 +08:00 committed by acrnsi-robot
parent 36dce72414
commit 59eb4f2963
4 changed files with 8 additions and 9 deletions

View File

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

View File

@ -503,7 +503,7 @@ how to build the Debian package from source code.
.. 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
yarn

View File

@ -0,0 +1,5 @@
build
requests
xmltodict
sphinx
bs4

View File

@ -3,8 +3,3 @@ lxml
elementpath==2.5.3
xmlschema==1.9.2
tqdm
build
requests
xmltodict
sphinx
bs4