proxmark3/docker/ubuntu-21.04/README.md
Philippe Teuwen c104ec275b docker ubuntu
2021-12-15 01:06:19 +01:00

10 lines
184 B
Markdown

# 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
```