Skip to content

Commit 5b52094

Browse files
include basic installation instructions
1 parent 133ad0e commit 5b52094

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66

77
A collection of Python modules and tests serving as an introduction to SIGINT (signal intelligence) techniques.
88

9+
## Installation
10+
11+
```bash
12+
pip install sigint-examples
13+
```
14+
15+
To perform a basic workflow:
16+
17+
```bash
18+
sigint-workflow --show-plots
19+
```
20+
921
## Dependencies
1022

1123
```bash

0 commit comments

Comments
 (0)