mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-25 20:45:09 +00:00
Notes on running tests on Docker Opensuse Tumbleweed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user