acrn-hypervisor/doc/getting-started
Zhang Wei 31f92eba63 doc: Add a python package in GSG
The Getting Started Guide specifies that we need to install the Python packages lxml, xmlschema, and defusedxml.
However, a make clean involves the execution of the Python script manager.py. This script imports the package requests.py, which might not be installed if the developer follows the Getting Started Guide.

Add requests follow this command in GSG.
sudo pip3 install "elementpath==2.5.0" lxml "xmlschema==1.9.2" defusedxml tqdm requests

[External_System_ID] ACRN-9144
Tracked-On: #8029
Signed-off-by: Zhang Wei <wei6.zhang@intel.com>
2022-08-22 10:03:30 -07:00
..
images doc: update sample app guide 2022-08-19 11:39:54 -07:00
getting-started.rst doc: Add a python package in GSG 2022-08-22 10:03:30 -07:00
overview_dev.rst doc: Update Config Overview 2022-06-24 10:06:22 -07:00
sample-app.rst doc: update sample app guide 2022-08-19 11:39:54 -07:00