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`