-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #99, Guide format fix #117
Conversation
|
||
$ yum install -y PyQt4 $ yum install -y qt qt-demos qt-designer qt4 qt4-designer | ||
|
||
$ yum install -y PyQt4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use pip3 install for PyQt and point it at PyQt5
$ yum install -y PyQt4 $ yum install -y qt qt-demos qt-designer qt4 qt4-designer | ||
|
||
$ yum install -y PyQt4 | ||
$ yum install -y qt qt-demos qt-designer qt4 qt4-designer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use qt5 and qt5-designer.
$ yum install -y gcc-c++ | ||
$ wget <http://download.zeromq.org/zeromq-4.0.5.tar.gz> | ||
$ tar xzvf zeromq-4.0.5.tar.gz | ||
$ cd zeromq-4.0.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I used pip3 install zmq
``` | ||
#### Running Ground System ### | ||
``` | ||
|
||
$ python GroundSystem.py ``` | ||
$ python GroundSystem.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
swap for python3 GroundSystem.py
CCB 2020-07-29, APPROVED |
All good comments relative to the text, but if we really want to update these historical instructions I'd rather go with a python environment and requirements.txt or whatever other more automated method is appropriate. Shouldn't have to install by hand. |
I'm fine leaving them as is since they're historical and we have the comment that they're outdated. |
Describe the contribution
Fix #99 - deletes old text file and fixes formatting of markdown
Testing performed
Viewed in GitHub. No code changes.
Expected behavior changes
Displays guide as expected.
System(s) tested on
GitHub
Additional context
None
Third party code
None
Contributor Info - All information REQUIRED for consideration of pull request
Jacob Hageman - NASA/GSFC