diff options
Diffstat (limited to 'yamlexample.py')
-rwxr-xr-x | yamlexample.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/yamlexample.py b/yamlexample.py index 7001b23..6bd73e1 100755 --- a/yamlexample.py +++ b/yamlexample.py @@ -3,6 +3,9 @@ # An example on how to read the YAML output from etisnoop # Pipe etisnoop to this script # +# On Ubuntu 20.04+ install the following package: +# `sudo apt install python-is-python3` +# # License: public domain import sys |