mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 18:33:18 +08:00
9 lines
196 B
Markdown
9 lines
196 B
Markdown
|
# Notes to run tests
|
||
|
|
||
|
```
|
||
|
sudo zypper --non-interactive install python3
|
||
|
sudo zypper --non-interactive install python3-pip
|
||
|
python3 -m pip install ansicolors sslcrypto
|
||
|
tools/pm3_tests.sh --long
|
||
|
```
|