You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/index.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,6 @@ Before you begin, make sure you have:
17
17
* A Linux system (eBPF requires Linux kernel 4.15+)
18
18
* Python 3.10 or higher
19
19
* Root or sudo access (required for loading BPF programs)
20
-
* Basic understanding of Python programming
21
20
22
21
## Quick Navigation
23
22
@@ -33,8 +32,8 @@ quickstart
33
32
After completing the getting started guide, you can:
34
33
35
34
* Explore the {doc}`../user-guide/index` for detailed information on features
36
-
* Check out the {doc}`../api/index` for complete API reference
37
-
* Browse the [examples directory](https://github.com/pythonbpf/Python-BPF/tree/master/examples)for more complex programs
35
+
* Check out the {doc}`../api/index`
36
+
* Browse the [examples directory](https://github.com/pythonbpf/Python-BPF/tree/master/examples)and the [BCC examples directory](https://github.com/pythonbpf/Python-BPF/tree/master/BCC-Examples)
0 commit comments