Skip to content

Commit 7f5d006

Browse files
committed
update readme
1 parent 3d86734 commit 7f5d006

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ ffmpeg-build-script is rockstable. Every commit runs against Linux and MacOS wit
7070
### Linux
7171

7272
* Debian >= Buster, Ubuntu => Focal Fossa, other Distributions might work too
73-
* build-essentials, curl, and Python3 is required installed
73+
* build-essentials, curl is required installed
7474

7575
```bash
7676
# Debian and Ubuntu
77-
$ sudo apt install build-essential curl python3
77+
$ sudo apt install build-essential curl
7878

7979
# Fedora
80-
$ sudo dnf install @development-tools curl python3
80+
$ sudo dnf install @development-tools curl
8181
```
8282

8383
## Installation

0 commit comments

Comments
 (0)