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:
|
1. Clone the repository:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/yourusername/gain-viz.git
|
git clone https://github.com/yourusername/gain_viz.git
|
||||||
cd gain-viz
|
cd gain_viz
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Build and install
|
2. Build and install
|
||||||
|
|
@ -35,14 +35,14 @@ cd gain-viz
|
||||||
```bash
|
```bash
|
||||||
pip install --upgrade build
|
pip install --upgrade build
|
||||||
python -m 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
|
## Usage
|
||||||
|
|
||||||
Run the application
|
Run the application
|
||||||
```bash
|
```bash
|
||||||
gain-viz
|
gain_viz
|
||||||
```
|
```
|
||||||
|
|
||||||
Open your browser at http://localhost:5000
|
Open your browser at http://localhost:5000
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user