From 15aeefdf5b63ba0bba2bbae8b6bdaf7295eec30e Mon Sep 17 00:00:00 2001 From: Ashley //// Date: Sat, 2 Mar 2024 19:32:47 +0000 Subject: [PATCH] Add poke_destkop_app_readme.md --- poke_destkop_app_readme.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 poke_destkop_app_readme.md diff --git a/poke_destkop_app_readme.md b/poke_destkop_app_readme.md new file mode 100644 index 0000000..165b462 --- /dev/null +++ b/poke_destkop_app_readme.md @@ -0,0 +1,22 @@ +Requirements: + +- Python 3 +- GTK 3 +- VLC media player +- 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 \ No newline at end of file