Skip to content

Commit cfdc141

Browse files
Add warning against production use
1 parent b64b5b2 commit cfdc141

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
This is an LLVM IR generator for eBPF programs in Python. We use llvmlite to generate LLVM IR from pure Python. This is then compiled to LLVM object files, which can be loaded into the kernel for execution. We do not rely on BCC to do our compilation.
88

9+
# DO NOT USE IN PRODUCTION. IN DEVELOPMENT.
10+
911
## Installation
1012
- Have `clang` installed.
1113
- `pip install pythonbpf`

0 commit comments

Comments
 (0)