mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:28:34 +01:00
Add poke_destkop_app_readme.md
This commit is contained in:
parent
16fa4304d0
commit
15aeefdf5b
1 changed files with 22 additions and 0 deletions
22
poke_destkop_app_readme.md
Normal file
22
poke_destkop_app_readme.md
Normal file
|
@ -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
|
Loading…
Reference in a new issue