proxmark3/docker/ubuntu-18.04/README.md

10 lines
184 B
Markdown
Raw Normal View History

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