mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2026-02-07 13:40:59 +00:00
Fix documentation: correct comm() usage, XDP types, copyright year, and add uv support
Co-authored-by: r41k0u <76248539+r41k0u@users.noreply.github.com>
This commit is contained in:
@ -8,6 +8,14 @@ This directory contains the Sphinx documentation for PythonBPF.
|
||||
|
||||
Install the documentation dependencies:
|
||||
|
||||
**Using uv (recommended):**
|
||||
```bash
|
||||
uv pip install -r requirements.txt
|
||||
# Or install the optional docs dependencies
|
||||
uv pip install pythonbpf[docs]
|
||||
```
|
||||
|
||||
**Using pip:**
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
# Or install the optional docs dependencies
|
||||
|
||||
Reference in New Issue
Block a user