mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
Notes on running tests on Docker Archlinux
This commit is contained in:
parent
589c304142
commit
2552286d6f
1 changed files with 11 additions and 0 deletions
|
@ -26,3 +26,14 @@ sudo pacman -S staging/gcc
|
||||||
sudo pacman -S testing/gcc
|
sudo pacman -S testing/gcc
|
||||||
sudo pacman -S gcc
|
sudo pacman -S gcc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Notes to run tests
|
||||||
|
|
||||||
|
Add first the mirrors, see above
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo pacman -S python
|
||||||
|
sudo pacman -S python-pip
|
||||||
|
python3 -m pip install ansicolors sslcrypto
|
||||||
|
tools/pm3_tests.sh --long
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue