Update readme
This commit is contained in:
@@ -1,17 +1,15 @@
|
|||||||
# Sagemcom Modem Management Scripts
|
# Sagemcom Modem Remote Client
|
||||||
|
|
||||||
A small collection of python modem management scripts for various Sagmecom modems
|
|
||||||
|
|
||||||
Python 3.9+ required.
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
Install [git](https://git-scm.com/downloads/) and [python3](https://www.python.org/downloads/)
|
||||||
|
|
||||||
```bash
|
```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
|
pip install -r requirements.txt
|
||||||
|
deactivate
|
||||||
cp config_modem.py.dist config_modem.py
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configuration
|
|
||||||
|
|
||||||
Edit the settings in `config_modem.py`
|
|
||||||
|
|||||||
Reference in New Issue
Block a user