mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-12 12:41:49 +08:00
10 lines
184 B
Markdown
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
|
||
|
```
|