From ecb7df089389a620a6bb0f4e0c48cfc5499ff3a4 Mon Sep 17 00:00:00 2001 From: dmknutsen Date: Mon, 10 Feb 2020 17:00:34 -0500 Subject: [PATCH] Fix #50, Updates Guide-GroundSystem.txt and CheaderParser.py from python 2-->3 --- Guide-GroundSystem.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Guide-GroundSystem.txt b/Guide-GroundSystem.txt index 692c9f1..faeda33 100644 --- a/Guide-GroundSystem.txt +++ b/Guide-GroundSystem.txt @@ -26,6 +26,7 @@ Before launching the Ground System make sure that: Installing and running cFS Ground System on Ubuntu: $ sudo apt-get install python3-pyqt4 $ sudo apt-get install python3-zmq + $ sudo apt-get install libcanberra-gtk-module $ ( cd Subsystems/cmdUtil/ && make ) $ python3 GroundSystem.py