From 466ecdb6a4b7265e49902685ddd61465cfb4b314 Mon Sep 17 00:00:00 2001 From: Pragyansh Chaturvedi <76248539+r41k0u@users.noreply.github.com> Date: Sun, 30 Nov 2025 05:36:16 +0530 Subject: [PATCH] Update Python package installation in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d59ffef..818c6d4 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ pip install pythonbpf pylibbpf - On Ubuntu: ```bash sudo apt-get install bpftool clang -pip install ctypeslib2 +pip install pythonbpf pylibbpf ctypeslib2 ``` - Generate the `vmlinux.py` using: ```bash