From 74eae83b54bf5ad79c35598f8d55019d3287c155 Mon Sep 17 00:00:00 2001 From: Ruben ten Hove Date: Thu, 14 May 2020 14:34:01 +0200 Subject: use only python3 in new builds --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a2c81aa4..216fea95 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ afl++ has many build options. The easiest is to build and install everything: ```shell -$ sudo apt install build-essential libtool-bin python3 automake flex bison libglib2.0-dev libpixman-1-dev clang python-setuptools llvm +$ sudo apt install build-essential libtool-bin python3-dev automake flex bison libglib2.0-dev libpixman-1-dev clang python3-setuptools llvm $ make distrib $ sudo make install ``` -- cgit 1.4.1