mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-24 22:42:53 +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: 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
|
.. 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
|
@ -3,8 +3,3 @@ 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