We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d86734 commit 7f5d006Copy full SHA for 7f5d006
README.md
@@ -70,14 +70,14 @@ ffmpeg-build-script is rockstable. Every commit runs against Linux and MacOS wit
70
### Linux
71
72
* Debian >= Buster, Ubuntu => Focal Fossa, other Distributions might work too
73
-* build-essentials, curl, and Python3 is required installed
+* build-essentials, curl is required installed
74
75
```bash
76
# Debian and Ubuntu
77
-$ sudo apt install build-essential curl python3
+$ sudo apt install build-essential curl
78
79
# Fedora
80
-$ sudo dnf install @development-tools curl python3
+$ sudo dnf install @development-tools curl
81
```
82
83
## Installation
0 commit comments