diff --git a/doc/getting-started/getting-started.rst b/doc/getting-started/getting-started.rst index 60610910e..e4156562c 100644 --- a/doc/getting-started/getting-started.rst +++ b/doc/getting-started/getting-started.rst @@ -142,7 +142,8 @@ To set up the ACRN build environment on the development computer: .. code-block:: bash - sudo pip3 install "elementpath==2.5.0" lxml "xmlschema==1.10.0" defusedxml tqdm + cd ~/acrn-work/acrn-hypervisor/misc/config_tools + sudo pip3 install -r requirements.txt #. 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 c83d710b4..b5e981ae8 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/configurator + cd ~/acrn-work/acrn-hypervisor/misc/config_tools python3 -m pip install -r requirements.txt yarn diff --git a/misc/config_tools/configurator/requirements.txt b/misc/config_tools/requirements.txt similarity index 57% rename from misc/config_tools/configurator/requirements.txt rename to misc/config_tools/requirements.txt index 35a777e4f..a10b6ef89 100644 --- a/misc/config_tools/configurator/requirements.txt +++ b/misc/config_tools/requirements.txt @@ -1,10 +1,10 @@ defusedxml lxml -elementpath -xmlschema -build +elementpath==2.5.3 +xmlschema==1.9.2 tqdm +build requests xmltodict sphinx -bs4 +bs4 \ No newline at end of file