proxmark3/docker/kali/README.md

10 lines
184 B
Markdown
Raw Normal View History

2021-12-15 08:42:01 +08:00
# Notes to run tests
```
sudo apt update
sudo apt install -y python3-minimal
sudo apt install -y python3-pip
python3 -m pip install ansicolors sslcrypto
tools/pm3_tests.sh --long
```