pull/7/merge
PapIT 2025-10-24 11:03:38 +02:00 committed by GitHub
commit e312abba49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -39,7 +39,6 @@ If you want to install directly from this repository, first install the dependen
```sh
sudo apt install python3 python3-pip
sudo pip3 install pyserial
```
And then clone the repository and make LoRaMon executable:
@ -47,8 +46,8 @@ And then clone the repository and make LoRaMon executable:
```sh
git clone https://github.com/markqvist/LoRaMon.git
cd LoRaMon
chmod a+x loramon
./loramon --help
pip install .
loramon --help
```
## Usage Examples