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

Merge pull request #16291 from fjmolinas/pr_suit_use_realeas_aiocoap

examples/suit_update: use aiocoap 0.4.1
This commit is contained in:
benpicco 2021-04-09 11:24:35 +02:00 committed by GitHub
commit 17366609cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.