Update README.md
This commit is contained in:
parent
3d9be246f1
commit
59ec2cf271
14
README.md
14
README.md
|
|
@ -1,11 +1,11 @@
|
|||
# Gain-Viz
|
||||
# gain_viz
|
||||
|
||||

|
||||

|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user