You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-39Lines changed: 29 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,56 +20,46 @@ The program is designed to be run during a flight and display information in a t
20
20
- plot variables such as altitude and ascent rate over time
21
21
- estimate landing time and location
22
22
23
-
## Installation
23
+
## Instructions
24
24
25
-
[Download an executable (`packetraven_Windows.exe`, `packetraven_macOS`, or `packetraven_Linux`) from the latest release.](https://github.com/UMDBPP/PacketRaven/releases)
25
+
1. Follow [these instructions](https://packetraven.readthedocs.io/en/latest/configuration.html) to create a new configuration file in a text editor, or use the following example file:
The left and right arrow keys (or `Tab` and `Shift+Tab`) cycle through active tabs,
61
-
and the up and down arrow keys change the current plot (or scroll through log messages).
62
-

51
+
6. The left and right arrow keys (or `Tab` and `Shift+Tab`) cycle through active tabs, and the up and down arrow keys change the current plot (or scroll through log messages).
52
+

63
53
64
-
To quit, press `q` or `Esc`.
54
+
7. To quit, press `q` or `Esc`.
65
55
66
-
### `predict`
56
+
## retrieve predictions
67
57
68
-
You can run the `predict` subcommand to retrieve a balloon flight prediction from a Tawhiri API:
58
+
Use `predict` to retrieve a balloon flight prediction:
0 commit comments