Update README.md

This commit is contained in:
up-n-atom
2023-12-07 16:17:11 -05:00
committed by GitHub
parent 0351b6cc7e
commit 4e2036c80a
+3 -2
View File
@@ -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 git clone https://github.com/up-n-atom/sagemcom-modem-scripts.git
cd sagemcom-modem-scripts cd sagemcom-modem-scripts
git checkout cli git checkout cli
pip3 install build
python3 -m build python3 -m build
``` ```
@@ -17,7 +18,7 @@ python3 -m build
```bash ```bash
python3 -m venv .venv python3 -m venv .venv
source .venv/bin/activate 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 deactivate
``` ```
@@ -26,7 +27,7 @@ deactivate
```bash ```bash
python3 -m venv .venv python3 -m venv .venv
source .venv/bin/activate 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 deactivate
``` ```