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

examples/suit_update: use aiocoap >= 0.4.1

This commit is contained in:
Francisco Molina 2021-04-09 08:56:55 +02:00
parent 6fe7164dae
commit cf9b95fc1d
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8

View File

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