mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-26 00:56:04 +02:00
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
d75f6fb94a
commit
07486cf72c
1 changed files with 12 additions and 0 deletions
|
@ -43,6 +43,18 @@ There are differnt way to install the ffmpeg binaries (ffmpeg.exe, ffplay.exe, a
|
||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
|
|
||||||
|
**Please check the [dependencies](https://devguide.python.org/getting-started/setup-building/#install-dependencies) beforehand!!!**
|
||||||
|
|
||||||
|
For Fedora:
|
||||||
|
|
||||||
|
Honestly, I didn't get this depencency thing working. And I couldn't find a solution. However, I am installing a huge amount of packages anyway such that the required stuff is part of it. :-)
|
||||||
|
|
||||||
|
```shell
|
||||||
|
sudo dnf install dnf-plugins-core # install this to use 'dnf builddep'
|
||||||
|
sudo dnf builddep python3
|
||||||
|
```
|
||||||
|
Python installation (after the dependencies are solved):
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
mkdir PySource
|
mkdir PySource
|
||||||
cd PySource
|
cd PySource
|
||||||
|
|
Loading…
Add table
Reference in a new issue