Skip to content

Commit

Permalink
README: add python ecdsa package
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
szczys committed Jan 6, 2025
1 parent c97aae5 commit 55f5939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Install the Python virtual environment (recommended)
mkdir thingy91-golioth
python -m venv thingy91-golioth/.venv
source thingy91-golioth/.venv/bin/activate
pip install wheel west
pip install wheel west ecdsa
Use ``west`` to initialize and install
======================================
Expand Down

0 comments on commit 55f5939

Please sign in to comment.