mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-04 07:11:10 +08:00
Notes on running tests on Docker Opensuse Tumbleweed
This commit is contained in:
parent
73fc526312
commit
c2a845e0df
1 changed files with 8 additions and 0 deletions
8
docker/opensuse-tumbleweed/README.md
Normal file
8
docker/opensuse-tumbleweed/README.md
Normal file
|
@ -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
|
||||
```
|
Loading…
Reference in a new issue