From 4e2036c80aca936a18ce1d7cfcb01f3aa4edb2c5 Mon Sep 17 00:00:00 2001 From: up-n-atom Date: Thu, 7 Dec 2023 16:17:11 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b532f38..45c3fbe 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Install [git](https://git-scm.com/downloads/) and [python3](https://www.python.o git clone https://github.com/up-n-atom/sagemcom-modem-scripts.git cd sagemcom-modem-scripts git checkout cli +pip3 install build python3 -m build ``` @@ -17,7 +18,7 @@ python3 -m build ```bash python3 -m venv .venv source .venv/bin/activate -pip install dist/xmo_remote_client-0.0.2-py3-none-any.whl +pip install dist/xmo_remote_client-0.0.3-py3-none-any.whl deactivate ``` @@ -26,7 +27,7 @@ deactivate ```bash python3 -m venv .venv source .venv/bin/activate -pip install https://github.com/up-n-atom/sagemcom-modem-scripts/releases/download/v0.0.2/xmo_remote_client-0.0.2-py3-none-any.whl +pip install https://github.com/up-n-atom/sagemcom-modem-scripts/releases/download/v0.0.3/xmo_remote_client-0.0.3-py3-none-any.whl deactivate ```