docs: Remove unnecessary note from getting-started/installation

This commit is contained in:
Pragyansh Chaturvedi
2026-01-23 02:42:28 +05:30
parent c58483ab81
commit 4edfb18609

View File

@ -35,10 +35,6 @@ sudo dnf install -y bpftool clang llvm
sudo pacman -S bpf clang llvm
```
```{note}
The `llvm` package provides `llc`, the LLVM compiler that is used to compile LLVM IR to BPF bytecode.
```
## Installing PythonBPF
### From PyPI (Recommended)