mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-14 13:44:49 +08:00
9 lines
178 B
Markdown
9 lines
178 B
Markdown
# Notes to run tests
|
|
|
|
```
|
|
sudo apt update
|
|
sudo apt install python3-minimal
|
|
sudo apt install python3-pip
|
|
python3 -m pip install ansicolors sslcrypto
|
|
tools/pm3_tests.sh --long
|
|
```
|