From 9f0d3c9d3be4e83f7d3581c16c69cb4457aa9f27 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 28 Aug 2024 12:54:08 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 321854a..b39a08a 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ The project is written on Linux on a Pi and should work anywhere [Meshtastic](ht Clone the project with `git clone https://github.com/spudgunman/meshing-around` code is under a lot of development, so check back often with `git pull` Copy [config.template](config.template) to `config.ini` and edit for your needs. +`pip install -r requirements.txt` Optionally: - `install.sh` will automate optional venv and requirements installation.