mirror of
https://github.com/wekan/wekan.git
synced 2026-01-27 11:46:10 +01:00
Updated YouTube (markdown)
parent
a403ec67ca
commit
d89149bb3d
1 changed files with 2 additions and 2 deletions
|
|
@ -10,13 +10,13 @@
|
|||
```
|
||||
sudo apt install python3-pip ffmpeg
|
||||
|
||||
pip3 install pip --upgrade
|
||||
pip3 install pip --upgrade --user
|
||||
|
||||
pip3 install yt-dlp
|
||||
```
|
||||
Upgrading:
|
||||
```
|
||||
pip3 install yt-dlp --upgrade
|
||||
pip3 install yt-dlp --upgrade --user
|
||||
```
|
||||
|
||||
Add to .bashrc:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue