[Issue #8] - Adding xargs command to install all dependencies in requirements.txt
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-09-08 21:42:59 -04:00
parent 7c73e7cf97
commit d1a017a068
+1
View File
@@ -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. 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`. 4. Clone this git repository: `git clone https://git.metaunix.net/BitGoblin/pico-time`.
5. `cd` into the repo: `cd 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. 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: 7. Copy the Python code over to the Pico:
1. `mpremote cp main.py :main.py` 1. `mpremote cp main.py :main.py`