Add requirements for r2pipe tests (#18001)

This commit is contained in:
Khairul Azhar Kasmiran 2020-12-11 18:09:32 +08:00 committed by GitHub
parent 8290e502bb
commit d2aaf2bf4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ Requirements
------------
* Radare2 installed (and in `$PATH` or set the R2 environment).
* r2pipe tests require Python and r2pipe (in CI uses python3 and r2pipe from git, but users may be good with latests releases)
* Valgrind (optional).
Usage