config_tools: merge python packages list for configurator

Merge python packages list into one 'requirements.txt'.
And modify related document.

Tracked-On: #7508
Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@linux.intel.com>
This commit is contained in:
Yuanyuan Zhao 2022-05-31 02:56:03 +00:00 committed by acrnsi-robot
parent b8f125886e
commit 5836a1bb03
4 changed files with 6 additions and 11 deletions

View File

@ -459,9 +459,7 @@ Configurator to generate a scenario configuration file and launch script.
.. code-block:: bash
cd ~/acrn-work/acrn-hypervisor/misc/config_tools
python3 -m pip install -r requirements.txt
cd configurator
cd ~/acrn-work/acrn-hypervisor/misc/config_tools/configurator
python3 -m pip install -r requirements.txt
yarn

View File

@ -51,9 +51,7 @@ If your system doesn't have git and python, you can install it by
```bash
git clone https://github.com/projectacrn/acrn-hypervisor
cd acrn-hypervisor/misc/config_tools
python3 -m pip install -r requirements.txt
cd configurator
cd acrn-hypervisor/misc/config_tools/configurator
python3 -m pip install -r requirements.txt
yarn
```

View File

@ -1,7 +1,10 @@
defusedxml
lxml
elementpath
xmlschema
build
tqdm
requests
lxml
xmltodict
sphinx
bs4

View File

@ -1,4 +0,0 @@
defusedxml
lxml
elementpath
xmlschema