mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-06 22:22:09 +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
|
.. 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
|
|
||||||
cd configurator
|
|
||||||
python3 -m pip install -r requirements.txt
|
python3 -m pip install -r requirements.txt
|
||||||
yarn
|
yarn
|
||||||
|
|
||||||
|
@ -51,9 +51,7 @@ If your system doesn't have git and python, you can install it by
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/projectacrn/acrn-hypervisor
|
git clone https://github.com/projectacrn/acrn-hypervisor
|
||||||
cd acrn-hypervisor/misc/config_tools
|
cd acrn-hypervisor/misc/config_tools/configurator
|
||||||
python3 -m pip install -r requirements.txt
|
|
||||||
cd configurator
|
|
||||||
python3 -m pip install -r requirements.txt
|
python3 -m pip install -r requirements.txt
|
||||||
yarn
|
yarn
|
||||||
```
|
```
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
|
defusedxml
|
||||||
|
lxml
|
||||||
|
elementpath
|
||||||
|
xmlschema
|
||||||
build
|
build
|
||||||
tqdm
|
tqdm
|
||||||
requests
|
requests
|
||||||
lxml
|
|
||||||
xmltodict
|
xmltodict
|
||||||
sphinx
|
sphinx
|
||||||
bs4
|
bs4
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
defusedxml
|
|
||||||
lxml
|
|
||||||
elementpath
|
|
||||||
xmlschema
|
|
Loading…
Reference in New Issue
Block a user