Merge pull request #4920 from algestam/doc_fix_missing_python_dep

doc: add python to list of required ubuntu packages (nw)
This commit is contained in:
ajrhacker 2019-04-24 19:01:36 -04:00 committed by GitHub
commit a9d57fe8e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ Debian and Ubuntu (including Raspberry Pi and ODROID devices)
You'll need a few prerequisites from your distro. Make sure you get SDL2 2.0.3 or 2.0.4 as earlier versions are buggy.
**sudo apt-get install git build-essential libsdl2-dev libsdl2-ttf-dev libfontconfig-dev qt5-default**
**sudo apt-get install git build-essential python libsdl2-dev libsdl2-ttf-dev libfontconfig-dev qt5-default**
Compilation is exactly as described above in All Platforms.