From 364295e0d812373a7530ae269e4724b584465b17 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Wed, 10 Aug 2022 13:31:20 -0700 Subject: [PATCH] doc: update GSG version for xmlschema While we're waiting for a more complete list of specific package version requirements, let's fix the xmlschema and elementpath version mismatch now. Signed-off-by: David B. Kinder --- doc/getting-started/getting-started.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/getting-started/getting-started.rst b/doc/getting-started/getting-started.rst index 75dfbdc7e..bab9d2576 100644 --- a/doc/getting-started/getting-started.rst +++ b/doc/getting-started/getting-started.rst @@ -64,7 +64,7 @@ Before you begin, make sure your machines have the following prerequisites: While some tools use the environment variables ``http_proxy`` and ``https_proxy`` to get their proxy settings, some use their own configuration files, most notably ``apt`` and ``git``. If a proxy is needed and not configured, you - may see such as, "unable to access ..." or "couldn't resolve host ...". + may see errors such as, "unable to access ..." or "couldn't resolve host ...". .. _gsg-dev-computer: @@ -144,7 +144,7 @@ To set up the ACRN build environment on the development computer: .. code-block:: bash - sudo pip3 install "elementpath==2.5.0" lxml xmlschema defusedxml tqdm + sudo pip3 install "elementpath==2.5.0" lxml "xmlschema==1.10.0" defusedxml tqdm #. Create a working directory: