1
Fork 0
poke/poke_destkop_app_readme.md

22 lines
465 B
Markdown
Raw Permalink Normal View History

2024-03-02 14:32:47 -05:00
Requirements:
- Python 3
- GTK 3
2024-03-03 05:55:10 -05:00
- VLC media player (pip version: pip install python3-vlc)
2024-03-02 14:32:47 -05:00
- YouTube-DL (`yt-dlp`)
- Python modules: `gi`, `json`, `subprocess`, `urllib`
on Trisquel GNU/Linux :
```
sudo apt install python3
sudo apt install libgtk-3-dev
sudo apt install yt-dlp
```
- Python modules: You need to ensure the following Python modules are installed:
- gi
- json
- subprocess
- urllib
You can install them using pip:
pip install pygobject for example