mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-01 03:45:29 +00:00
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:
parent
b8f125886e
commit
5836a1bb03
@ -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
|
||||
|
||||
|
@ -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
|
||||
```
|
||||
|
@ -1,7 +1,10 @@
|
||||
defusedxml
|
||||
lxml
|
||||
elementpath
|
||||
xmlschema
|
||||
build
|
||||
tqdm
|
||||
requests
|
||||
lxml
|
||||
xmltodict
|
||||
sphinx
|
||||
bs4
|
||||
|
@ -1,4 +0,0 @@
|
||||
defusedxml
|
||||
lxml
|
||||
elementpath
|
||||
xmlschema
|
Loading…
Reference in New Issue
Block a user