Add presentation and video links to README

This commit is contained in:
Pragyansh Chaturvedi
2025-09-18 01:47:24 +05:30
parent cc5f720406
commit 62db39db74

View File

@ -8,6 +8,12 @@ This is an LLVM IR generator for eBPF programs in Python. We use llvmlite to gen
# DO NOT USE IN PRODUCTION. IN DEVELOPMENT.
## Video Demo
[Video demo for code under demo/](https://youtu.be/eMyLW8iWbks)
## Slide Deck
[Slide deck explaining the project](https://docs.google.com/presentation/d/1DsWDIVrpJhM4RgOETO9VWqUtEHo3-c7XIWmNpi6sTSo/edit?usp=sharing)
## Installation
- Have `clang` installed.
- `pip install pythonbpf`