Finished deployment script

This commit is contained in:
Cynopolis
2025-04-02 11:52:01 -04:00
parent 7aeb6b8aad
commit 6781c05a3c
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ if test -f "meshtastic"; then
echo "Virtual environment already exists. Skipping venv creation."
else
echo "Making virtual environment..."
python3 -m venv meshtastic
fi
echo "Installing venv requirements"