Add source usage

This commit is contained in:
up-n-atom
2024-02-18 17:15:27 -05:00
committed by GitHub
parent eae6ead5fe
commit 0b8c84421e
+9
View File
@@ -31,6 +31,15 @@ pip install https://github.com/up-n-atom/sagemcom-modem-scripts/releases/downloa
deactivate
```
## Use from Source
```bash
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
python3 -m xmo ...
```
## Usage
```