Skip to content

Commit

Permalink
Fix #173, Add executable install guide (#175)
Browse files Browse the repository at this point in the history
Adding executable installation instructions to Guide-GroundSystem.md
  • Loading branch information
zachar1a committed Apr 21, 2021
1 parent f69c319 commit ef41e91
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Guide-GroundSystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ Installing and running cFS Ground System on Ubuntu:

The historically included instructions for running on macOS or CentOS are included at the bottom of this document for reference. Please note that instructions have not been maintained. Welcoming instruction contributions if any of these are your platform of choice.

### Install Ground System executable
This works for both macOS and Ubuntu systems.
```
The requirements.txt file is located directly inside the cFS-GroundSystem/
$ pip3 install -r requirements.txt
$ pip3 install -e relative/path/to/cFS-GroundSystem
$ cFS-GroundSystem
```
## Adding new flight software application to ground system command GUI

This section was made to help developers who are adding core Flight Software (cFS) Applications to the Python-based Ground System that comes with this cFS distribution.
Expand Down Expand Up @@ -157,3 +165,4 @@ $ yum install -y qt qt-demos qt-designer qt4 qt4-designer
```
$ python GroundSystem.py
```

0 comments on commit ef41e91

Please sign in to comment.