From 4b33474f210650c033eba42364b08fa8fd21dc4e Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Tue, 26 Feb 2019 23:43:31 -0700 Subject: why is this so hard --- scripts/setup_linux.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts/setup_linux.sh') diff --git a/scripts/setup_linux.sh b/scripts/setup_linux.sh index da62cf3..77f3a1d 100644 --- a/scripts/setup_linux.sh +++ b/scripts/setup_linux.sh @@ -3,4 +3,6 @@ set -x sudo apt-get update sudo apt-get install -y python3.5 python3.5-dev python3-pip libgtk2.0-dev libgtk-3-dev libjpeg-dev libtiff-dev libsdl1.2-dev libgstreamer-plugins-base0.10-dev libnotify-dev freeglut3 freeglut3-dev libsm-dev libwebkitgtk-dev libwebkitgtk-3.0-dev -python3 -m pip install -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-14.04/ wxPython==4.0.4 +sudo python3 -m pip install -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-14.04/ wxPython==4.0.4 + +set +x -- cgit v1.2.3