Skip to content

Commit e4699cc

Browse files
committed
README: add python ecdsa package
Add ecdsa to the pip install command. This package is needed since Golioth Firmware SDK v0.16.0 (probably part of NCS v2.8.0 but unconfirmed). Unfortunately the Zephyr requirements.txt does not include this package. Signed-off-by: Mike Szczys <[email protected]>
1 parent 2a68fb8 commit e4699cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Install the Python virtual environment (recommended)
3131
mkdir golioth-reference-design-template
3232
python -m venv golioth-reference-design-template/.venv
3333
source golioth-reference-design-template/.venv/bin/activate
34-
pip install wheel west
34+
pip install wheel west ecdsa
3535
3636
Use ``west`` to initialize and install
3737
======================================

0 commit comments

Comments
 (0)