1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

examples/suit_update: add LinkHeader dependency

Aiocoap requires the LinkHeader package to be installed.
This commit is contained in:
Benjamin Valentin 2021-04-10 01:09:48 +02:00
parent eb801ad684
commit 44fa20dcc0

View File

@ -37,7 +37,7 @@ Table of contents:
- Install aiocoap from the source
$ pip3 install --user aiocoap>=0.4.1
$ pip3 install --user aiocoap[linkheader]>=0.4.1
See the [aiocoap installation instructions](https://aiocoap.readthedocs.io/en/latest/installation.html)
for more details.