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

examples/suit_update: fix python dependencies in README

This commit is contained in:
Alexandre Abadie 2020-12-30 15:18:10 +01:00
parent 7f6f60b1a2
commit fb80ad5317
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -33,7 +33,7 @@ Table of contents:
- Install python dependencies (only Python3.6 and later is supported):
$ pip3 install --user ed25519 pyasn1 cbor
$ pip3 install --user cbor2 cryptography
- Install aiocoap from the source