Skip to content

Commit 466ecdb

Browse files
authored
Update Python package installation in README
1 parent 752a10f commit 466ecdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pip install pythonbpf pylibbpf
6363
- On Ubuntu:
6464
```bash
6565
sudo apt-get install bpftool clang
66-
pip install ctypeslib2
66+
pip install pythonbpf pylibbpf ctypeslib2
6767
```
6868
- Generate the `vmlinux.py` using:
6969
```bash

0 commit comments

Comments
 (0)