diff options
author | Tom-Oliver Heidel <github@tom-oliver.eu> | 2020-11-03 10:31:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-03 10:31:31 +0100 |
commit | 471115dbeefb899ee036d3e769da1f90070664b6 (patch) | |
tree | 9011262fe3fcc05f81777ea6a70aca54acca5118 | |
parent | 8934f61717ab99a898f0ca520ab23bce07f103dc (diff) | |
download | hypervideo-pre-471115dbeefb899ee036d3e769da1f90070664b6.tar.lz hypervideo-pre-471115dbeefb899ee036d3e769da1f90070664b6.tar.xz hypervideo-pre-471115dbeefb899ee036d3e769da1f90070664b6.zip |
[skip travis] add option to use pip to use master
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -43,6 +43,10 @@ You may want to use `python3` instead of `python` python -m pip install --upgrade youtube-dlc +If you want to install the current master branch + + python -m pip install git+https://github.com/blackjack4494/yt-dlc + **UNIX** (Linux, macOS, etc.) Using wget: |