From 0b8c84421e4fcb3365cf6c33842588ed39718512 Mon Sep 17 00:00:00 2001 From: up-n-atom Date: Sun, 18 Feb 2024 17:15:27 -0500 Subject: [PATCH] Add source usage --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7c8ce0d..d617663 100644 --- a/README.md +++ b/README.md @@ -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 ```