about summary refs log tree commit diff
path: root/docs/python_mutators.txt
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-12-17 12:10:45 +0100
committervan Hauser <vh@thc.org>2019-12-17 12:10:45 +0100
commitcf70fe0c9e7c9aac36e22b96b0d89e411382dfea (patch)
tree98ca3cc7aa366e8b71ff15e6b57c1c0f07f8adaf /docs/python_mutators.txt
parent7218afdd8ea47f8ce83f98c51d2656a846b7fd49 (diff)
downloadafl++-cf70fe0c9e7c9aac36e22b96b0d89e411382dfea.tar.gz
updated docs
Diffstat (limited to 'docs/python_mutators.txt')
-rw-r--r--docs/python_mutators.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/python_mutators.txt b/docs/python_mutators.txt
index e20a6f58..0caa2161 100644
--- a/docs/python_mutators.txt
+++ b/docs/python_mutators.txt
@@ -61,8 +61,9 @@ You must install the python 3.7 or 2.7 development package of your Linux
 distribution before this will work. On Debian/Ubuntu/Kali this can be done
 with either:
   apt install python3.7-dev
-pr
+or
   apt install python2.7-dev
+Note that for some distributions you might also need the package python[23]-apt
 
 A prerequisite for using this mode is to compile AFLFuzz with Python support.