Update README.md

This commit is contained in:
G gael 2025-09-24 21:31:08 -04:00
parent ac741b52b3
commit fa9049b738

View File

@ -33,9 +33,13 @@ cd gain-viz
2. Build and install 2. Build and install
```bash ```bash
pip install --upgrade build --break-system-packages pip install --upgrade build
python3 -m build python3 -m build
pip install dist/gain_viz-0.1.0-py3-none-any.whl --break-system-packages pip install dist/gain_viz-0.1.0-py3-none-any.whl
export PATH=$PATH:/home/qrf/.local/bin
source ~/.bashrc
``` ```
## Usage ## Usage