Browse Source

Merge pull request #788 from jaimeMF/pip

Add pip installation command
Filippo Valsorda 12 years ago
parent
commit
543b572f1f
1 changed files with 8 additions and 0 deletions
  1. 8 0
      download.html.in

+ 8 - 0
download.html.in

@@ -33,6 +33,14 @@
 <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>
+This command will update youtube-dl if you have already installed it.
+See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more information.
+</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>