adds requirements.txt for setup (#591)

This commit is contained in:
kaczmarczyck
2023-02-08 11:36:01 +01:00
committed by GitHub
parent 8733d6585f
commit a222986995
4 changed files with 21 additions and 7 deletions

View File

@@ -38,12 +38,9 @@ source tools/gen_key_materials.sh
generate_crypto_materials N
rustup show
pip3 install --user --upgrade 'tockloader==1.5' six intelhex
pip3 install --upgrade -r requirements.txt
# Install dependency to create applications.
mkdir -p elf2tab
rustup install stable
cargo +stable install elf2tab --version 0.7.0 --root elf2tab/
# Install python dependencies to factory configure OpenSK (crypto, JTAG lockdown)
pip3 install --user --upgrade colorama tqdm cryptography "fido2>=1.0.0"