Skip to content

Commit

Permalink
Add requirements.txt for #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakeler committed Jul 10, 2022
1 parent b64add3 commit 6ff08de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ It is written with [Kaitai Struct](https://kaitai.io/), which can used to export
`py/tui` contains a terminal based UI:
![overview TUI animated](tui.gif)

It depends on `rich`, `pyserial` and `kaitaistruct` (runtime) module, then it can be launched (from the root dir) with:
It depends on `rich`, `pyserial` and `kaitaistruct` (runtime) module.
All of them can be installed with `pip install -r py/requirements.txt`, then it can be launched with:
```
python -m py.tui.main /path/to/tty
```
Expand Down
3 changes: 3 additions & 0 deletions py/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
rich
pyserial
kaitaistruct

0 comments on commit 6ff08de

Please sign in to comment.