From bb71d5d31004ba22edb01adbffde4965f68ec397 Mon Sep 17 00:00:00 2001 From: Boyan Date: Tue, 20 Jun 2023 01:42:31 +0300 Subject: [PATCH] Added semi-fictitious usage sector in README. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ad8582a..688e2f4 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,7 @@ Using `pyrtlsdr`, interact with an RTL-TCP server. Tell it when and where to lis ### Ideas(difficulty level) * Clearness % algorithm(5/5) * Local sdr support(1/5) + + +## Usage +Firstly, edit the `config.ini` file to your liking. Then, do `pip install -r requirements.txt`. Lastly, run `python src/main.py` and enjoy the show! \ No newline at end of file