mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-14 05:41:43 +08:00
9 lines
240 B
Markdown
9 lines
240 B
Markdown
# 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
|
|
```
|