tillitis-key/hw/application_fpga/tools/reset-tk1

16 lines
207 B
Plaintext
Raw Normal View History

#!/bin/sh
set -eu
cd "${0%/*}"
2023-01-13 14:42:46 +00:00
cd ../../production_test
if [ ! -e venv ]; then
python3 -m venv venv
. ./venv/bin/activate
pip3 install -r requirements.txt
else
. ./venv/bin/activate
fi
./reset.py