proxmark3/docker/opensuse-tumbleweed/README.md

10 lines
240 B
Markdown
Raw Normal View History

# Notes to run tests
```
sudo zypper --non-interactive install cmake
sudo zypper --non-interactive install python3
sudo zypper --non-interactive install python3-pip
python3 -m pip install ansicolors sslcrypto
tools/pm3_tests.sh --long
```