From a1ca046d4d0d12f20a4b75040760685c11eeac5c Mon Sep 17 00:00:00 2001 From: Evan Fitzgerald Date: Wed, 24 Jun 2020 12:28:09 -0300 Subject: [PATCH] Update PyQt4 to PyQt5 in README (#103) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57a9c3aac..3d5de3eb8 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,9 @@ Note: The steps above are for a debug, permissive mode build and includes deprec ## Send commands, receive telemetry -The cFS-GroundSystem tool can be used to send commands and receive telemetry (see https://github.com/nasa/cFS-GroundSystem/tree/master/Guide-GroundSystem.txt, the Guide-GroundSystem.txt). Note it depends on PyQt4 and PyZMQ: +The cFS-GroundSystem tool can be used to send commands and receive telemetry (see https://github.com/nasa/cFS-GroundSystem/tree/master/Guide-GroundSystem.txt, the Guide-GroundSystem.txt). Note it depends on PyQt5 and PyZMQ: -1. Install PyQt4 and PyZMQ on your system +1. Install PyQt5 and PyZMQ on your system 2. Compile cmdUtil and start the ground system executable cd tools/cFS-GroundSystem/Subsystems/cmdUtil