From 1cd3d9cda026f17f05738fa345ec91fd00bfcd93 Mon Sep 17 00:00:00 2001 From: Tyler Smith Date: Mon, 13 Aug 2018 08:48:26 -0500 Subject: [PATCH] configutils wxPython install command not working for Ubuntu Modified the configutils README to support Ubuntu installs again Change-Id: Id3d2f2f745c42c15070a330bb5ec0b6607c8ec24 Signed-off-by: Tyler Smith Task: 23080 Story: 2003044 --- configutilities/configutilities/configutilities/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configutilities/configutilities/configutilities/README b/configutilities/configutilities/configutilities/README index a7369e01be..b7c1f86460 100755 --- a/configutilities/configutilities/configutilities/README +++ b/configutilities/configutilities/configutilities/README @@ -30,7 +30,7 @@ To install the utilities on a Linux machine follow these steps: installed as follows: if using Ubuntu/Debian: - sudo apt-get install python-wxgtk2.8 python-wxtools + sudo apt-get install python-wxtools if using Fedora: sudo yum install wxPython python-setuptools