From 22b65ccfea31921ef9f96d5ec627433d932364bb Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 19 May 2023 03:47:34 -0600 Subject: [PATCH] Sort and remove duplicates (#2631) * python3 was duplicated Signed-off-by: Ryan Friedman --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3ece74d..f0c147ae 100644 --- a/README.md +++ b/README.md @@ -1210,7 +1210,7 @@ Update your system and install the build tools and dependencies (zlib, expat, gt ```bash $ sudo apt --yes update -$ sudo apt install --yes build-essential git clang ccache python3 libxml2-utils cmake python3 libexpat1-dev libz-dev zlib1g-dev libbrotli-dev libssh-dev libcurl4-openssl-dev libgtest-dev google-mock libinih-dev +$ sudo apt install --yes build-essential ccache clang cmake git google-mock libbrotli-dev libcurl4-openssl-dev libexpat1-dev libgtest-dev libinih-dev libssh-dev libxml2-utils libz-dev python3 zlib1g-dev ``` For users of other platforms, the script /ci/install_dependencies.sh has code used to configure many platforms. The code in that file is a useful guide to configuring your platform.