mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
Notes on running tests on Docker Ubuntu 18.04
This commit is contained in:
parent
c2a845e0df
commit
aee2b43b8c
1 changed files with 9 additions and 0 deletions
9
docker/ubuntu-18.04/README.md
Normal file
9
docker/ubuntu-18.04/README.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# 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
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue