Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 470 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 470 Bytes

KPET - Kernel Patch-Evaluated Testing

How to run it

kpet is written in Python that means you will need python3 installed in your system. You can execute it directly from the repository ./bin/kpet or you can install it via pip and use it directly from your PATH.

$ pip install --user git+https://github.com/RH-FMK/kpet

or

$ pip install --user -e .

if you have the repository cloned.