We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3602b50 commit 752a10fCopy full SHA for 752a10f
1 file changed
README.md
@@ -40,6 +40,22 @@ Python-BPF is an LLVM IR generator for eBPF programs written in Python. It uses
40
41
---
42
43
+## Installation
44
+
45
+Dependencies:
46
47
+* `bpftool`
48
+* `clang`
49
+* Python ≥ 3.8
50
51
+Install via pip:
52
53
+```bash
54
+pip install pythonbpf pylibbpf
55
+```
56
57
+---
58
59
## Try It Out!
60
61
#### First, generate the vmlinux.py file for your kernel:
@@ -70,20 +86,6 @@ curl -s https://raw.githubusercontent.com/pythonbpf/Python-BPF/refs/heads/master
70
86
```
71
87
- Check the jupyter server on the web browser and run the notebooks in the `BCC-Examples/` folder.
72
88
73
-## Installation
74
-
75
-Dependencies:
76
77
-* `bpftool`
78
-* `clang`
79
-* Python ≥ 3.8
80
81
-Install via pip:
82
83
-```bash
84
-pip install pythonbpf pylibbpf
85
-```
89
90
91
## Example Usage
0 commit comments