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: Ziheng Li <ziheng.li@intel.com>
This commit is contained in:
parent
c411dbdfbf
commit
b16fcda6b5
|
@ -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
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
build
|
||||
requests
|
||||
xmltodict
|
||||
sphinx
|
||||
bs4
|
|
@ -2,9 +2,4 @@ defusedxml
|
|||
lxml
|
||||
elementpath==2.5.3
|
||||
xmlschema==1.9.2
|
||||
tqdm
|
||||
build
|
||||
requests
|
||||
xmltodict
|
||||
sphinx
|
||||
bs4
|
||||
tqdm
|
Loading…
Reference in New Issue