Skip to content
project-owner edited this page Jun 3, 2018 · 6 revisions

Python comes with Raspbian distribution therefore there is no need to install it separately. The Peppy player was written using Python syntax of version 3. But the default Python version is 2.7. So if you just start Python from command line the version 2.7 will be in use. To use Python 3 command python3 should be used instead of python command.

<<Previous | Next>>

Contents

Clone this wiki locally