X Tutup
Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 403 Bytes

File metadata and controls

25 lines (14 loc) · 403 Bytes

Installation:

You'll need the following dependencies:

  • libdbus-1
  • libdbus-1-dev

OS pre-requisite installation

$ sudo apt-get update && sudo apt-get install -y libdbus-1{,-dev}

With pipenv

$ pipenv install omxplayer-wrapper

With Pip

$ pip install omxplayer-wrapper
X Tutup