[Issue #8] - Adding xargs command to install all dependencies in requirements.txt
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -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`
|
||||||
|
|||||||
Reference in New Issue
Block a user