Add pip installation command

Closes #786
This commit is contained in:
Jaime Marquínez Ferrándiz 2013-04-16 14:24:05 +02:00
parent de1351917d
commit 4a715cbacb
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@
<code class="commands">sudo wget @PROGRAM_URL@ -O /usr/local/bin/youtube-dl<br/>sudo chmod a+x /usr/local/bin/youtube-dl</code>
</p>
<p>You can also use pip:
<code class="commands">sudo pip install --upgrade youtube_dl</code>
</p>
<p>To check the signature, type:
<code class="commands">sudo wget @PROGRAM_URL@.sig -O youtube-dl.sig<br/>gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl<br/>rm youtube-dl.sig</code>
</p>