Update Python package installation in README

This commit is contained in:
Pragyansh Chaturvedi
2025-11-30 05:36:16 +05:30
committed by GitHub
parent 752a10fa5f
commit 466ecdb6a4

View File

@ -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