From 59ec2cf27124ada16a2a9f86bbd49fa2748a1786 Mon Sep 17 00:00:00 2001 From: gael Date: Tue, 23 Sep 2025 15:58:04 -0400 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1d1e6a9..385c5f2 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# Gain-Viz +# gain_viz ![Python](https://img.shields.io/badge/python-3.8%2B-blue) ![Flask](https://img.shields.io/badge/flask-2.x-orange) -# gain-viz +# gain_viz -**gain-viz** is a Python-based web application for adjusting RF gain settings and visualizing their effect in real-time. It integrates with USRP and SCM devices, providing live IQ time-series and spectrum visualization. +**gain_viz** is a Python-based web application for adjusting RF gain settings and visualizing their effect in real-time. It integrates with USRP and SCM devices, providing live IQ time-series and spectrum visualization. --- @@ -26,8 +26,8 @@ Make sure you have **Python 3.8+** installed. 1. Clone the repository: ```bash -git clone https://github.com/yourusername/gain-viz.git -cd gain-viz +git clone https://github.com/yourusername/gain_viz.git +cd gain_viz ``` 2. Build and install @@ -35,14 +35,14 @@ cd gain-viz ```bash pip install --upgrade build python -m build -pip install dist/gain-viz-0.1.0-py3-none-any.whl +pip install dist/gain_viz-0.1.0-py3-none-any.whl ``` ## Usage Run the application ```bash -gain-viz +gain_viz ``` Open your browser at http://localhost:5000