Merge pull request #36 from madeofstown/master

New Install Procedure
This commit is contained in:
Pablo Revilla
2025-09-24 17:17:16 -07:00
committed by GitHub
4 changed files with 12 additions and 2 deletions
+1
View File
@@ -5,3 +5,4 @@ packets.db
/table_details.py
config.ini
screenshots/*
python/nanopb
+3
View File
@@ -0,0 +1,3 @@
[submodule "python"]
path = python
url = https://github.com/meshtastic/python.git
+7 -2
View File
@@ -65,10 +65,15 @@ Clone the repo from GitHub:
git clone https://github.com/pablorevilla-meshtastic/meshview.git
```
Create a Python virtual environment:
```bash
cd meshview
git submodule update --init
ln -s ../python/meshtastic/protobuf meshtastic/protobuf
```
Create a Python virtual environment:
from the meshview directory...
```bash
python3 -m venv env
```
Submodule
+1
Submodule python added at d53ced216c