Update README.md

fix apt-based distros dependency instruction
This commit is contained in:
caryoscelus 2022-02-01 19:21:52 +00:00 committed by GitHub
parent 1a73dd794f
commit 2fdb970f3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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/)