proxmark3/docker/debian-bullseye/README.md

10 lines
178 B
Markdown
Raw Normal View History

2021-09-05 05:33:52 +08:00
# Notes to run tests
```
sudo apt update
sudo apt install python3-minimal
sudo apt install python3-pip
python3 -m pip install ansicolors sslcrypto
tools/pm3_tests.sh --long
```