From 4aa871effcdcf46fd8e2d23554d3dbc69c341d89 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Tue, 5 Jul 2022 18:07:00 -0700 Subject: [PATCH] doc: elementpath version must be 2.5.0 in the GSG Signed-off-by: David B. Kinder --- doc/getting-started/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/getting-started/getting-started.rst b/doc/getting-started/getting-started.rst index cdbe54a44..577fd4014 100644 --- a/doc/getting-started/getting-started.rst +++ b/doc/getting-started/getting-started.rst @@ -135,7 +135,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 defusedxml tqdm #. Create a working directory: