mirror of
https://github.com/eddieoz/LoRa-Mesh-Analyzer.git
synced 2026-06-24 03:51:03 +02:00
docs: Add virtual environment setup instructions to installation and renumber steps.
This commit is contained in:
@@ -52,7 +52,12 @@ If `priority_nodes` is empty in `config.yaml`, the monitor will automatically se
|
||||
## Installation
|
||||
|
||||
1. **Clone the repository** (if applicable) or navigate to the project folder.
|
||||
2. **Install Dependencies**:
|
||||
2. **Set up a Virtual Environment** (Recommended):
|
||||
```bash
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
```
|
||||
3. **Install Dependencies**:
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user