Skip to content

Commit

Permalink
Update PyQt4 to PyQt5 in README (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanfitzgerald authored Jun 24, 2020
1 parent bc1c1eb commit a1ca046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1ca046

Please sign in to comment.