From 7654df748f8cf0cf4fee3d71eef8c9c0318c2efc Mon Sep 17 00:00:00 2001 From: up-n-atom Date: Wed, 13 Sep 2023 22:42:18 -0400 Subject: [PATCH] Update readme --- README.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 1135416..9c87d60 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,15 @@ -# Sagemcom Modem Management Scripts - -A small collection of python modem management scripts for various Sagmecom modems - -Python 3.9+ required. +# Sagemcom Modem Remote Client ## Installation +Install [git](https://git-scm.com/downloads/) and [python3](https://www.python.org/downloads/) + ```bash +git clone https://github.com/up-n-atom/sagemcom-modem-scripts.git +cd sagemcom-modem-scripts +git checkout cli +python3 -m venv .venv +source .venv/bin/activate pip install -r requirements.txt - -cp config_modem.py.dist config_modem.py +deactivate ``` - -## Configuration - -Edit the settings in `config_modem.py`