diff --git a/doc/getting-started/getting-started.rst b/doc/getting-started/getting-started.rst index e4156562c..485e90920 100644 --- a/doc/getting-started/getting-started.rst +++ b/doc/getting-started/getting-started.rst @@ -142,8 +142,7 @@ To set up the ACRN build environment on the development computer: .. code-block:: bash - cd ~/acrn-work/acrn-hypervisor/misc/config_tools - sudo pip3 install -r requirements.txt + sudo pip3 install "elementpath==2.5.0" lxml "xmlschema==1.9.2" defusedxml tqdm #. Build and install the iASL compiler/disassembler used for advanced power management, device discovery, and configuration (ACPI) within the host OS: diff --git a/doc/tutorials/acrn_configurator_tool.rst b/doc/tutorials/acrn_configurator_tool.rst index b5e981ae8..c83d710b4 100644 --- a/doc/tutorials/acrn_configurator_tool.rst +++ b/doc/tutorials/acrn_configurator_tool.rst @@ -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 diff --git a/misc/config_tools/configurator/requirements.txt b/misc/config_tools/configurator/requirements.txt new file mode 100644 index 000000000..01d9360e5 --- /dev/null +++ b/misc/config_tools/configurator/requirements.txt @@ -0,0 +1,5 @@ +build +requests +xmltodict +sphinx +bs4 \ No newline at end of file diff --git a/misc/config_tools/requirements.txt b/misc/config_tools/requirements.txt index a10b6ef89..202d4d817 100644 --- a/misc/config_tools/requirements.txt +++ b/misc/config_tools/requirements.txt @@ -2,9 +2,4 @@ defusedxml lxml elementpath==2.5.3 xmlschema==1.9.2 -tqdm -build -requests -xmltodict -sphinx -bs4 \ No newline at end of file +tqdm \ No newline at end of file