mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-03-04 23:27:46 +01:00
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,3 +5,4 @@ packets.db
|
||||
/table_details.py
|
||||
config.ini
|
||||
screenshots/*
|
||||
python/nanopb
|
||||
|
||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "python"]
|
||||
path = python
|
||||
url = https://github.com/meshtastic/python.git
|
||||
@@ -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
|
||||
```
|
||||
|
||||
|
||||
1
python
Submodule
1
python
Submodule
Submodule python added at d53ced216c
Reference in New Issue
Block a user