From 2fdb970f3c82e04b75aea14489d67008fa31f9ca Mon Sep 17 00:00:00 2001 From: caryoscelus Date: Tue, 1 Feb 2022 19:21:52 +0000 Subject: [PATCH] Update README.md fix apt-based distros dependency instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f658c8d..05511c38 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Install autoconf and other basic development tools, python3 and pip. ##### Apt-based (debian, ubuntu, etc) - `sudo apt update` - - `sudo apt install python3-pip build-essential` + - `sudo apt install python3-pip python3-venv` ##### Android/Termux - install [Termux](https://termux.com/)