From fda2d312d46496bd9c7de9e4b48bddde5823690d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Marqui=CC=81nez=20Ferra=CC=81ndiz?= <jaime.marquinez.ferrandiz@gmail.com> Date: Tue, 16 Apr 2013 14:47:08 +0200 Subject: [PATCH] Add link to pypi and a note about the update --- download.html.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/download.html.in b/download.html.in index 4414344db..c6ade30b4 100644 --- a/download.html.in +++ b/download.html.in @@ -36,6 +36,10 @@ <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>