From d1a017a0687c21a02324718722933032dfea1dab Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Tue, 8 Sep 2026 21:42:59 -0400 Subject: [PATCH] [Issue #8] - Adding xargs command to install all dependencies in requirements.txt --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f25e588..ea9c5ca 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ These are not necessary to run the app, but can be useful for testing and/or fla 1. This has been tested with MicroPython 1.29, but other versions should work. 4. Clone this git repository: `git clone https://git.metaunix.net/BitGoblin/pico-time`. 5. `cd` into the repo: `cd pico-time`. +5. Install Python dependencies via mpremote: `xargs mpremote mip install < requirements.txt` 6. Copy `config.example.py` to `config.py` and edit the settings to match your environment. 7. Copy the Python code over to the Pico: 1. `mpremote cp main.py :main.py`