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
+26-40Lines changed: 26 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,56 +20,42 @@ 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. Write a YAML configuration file from [the instructions](https://packetraven.readthedocs.io/en/latest/configuration.html), or use the following example:
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
-

49
+
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).
50
+

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