adds requirements.txt for setup (#591)
This commit is contained in:
5
setup.sh
5
setup.sh
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user