about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorSergey M <dstftw@gmail.com>2016-06-05 11:19:44 +0700
committerSergey M <dstftw@gmail.com>2016-06-05 11:19:44 +0700
commit8f1aaa97a1e3eb60749f8046f2f0b1a0749d007c (patch)
tree0dd6ac5f08273f4165f9eb247385267c56e7d418 /README.md
parent9d78524cbe3c06e3067dec7969870c64f8418ead (diff)
downloadyoutube-dl-8f1aaa97a1e3eb60749f8046f2f0b1a0749d007c.tar.gz
youtube-dl-8f1aaa97a1e3eb60749f8046f2f0b1a0749d007c.tar.xz
youtube-dl-8f1aaa97a1e3eb60749f8046f2f0b1a0749d007c.zip
[README.md] Update pypi instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index f60e7ce33..e7240f41a 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,13 @@ If you do not have curl, you can alternatively use a recent wget:
 
 Windows users can [download an .exe file](https://yt-dl.org/latest/youtube-dl.exe) and place it in any location on their [PATH](http://en.wikipedia.org/wiki/PATH_%28variable%29) except for `%SYSTEMROOT%\System32` (e.g. **do not** put in `C:\Windows\System32`).
 
-OS X users can install **youtube-dl** with [Homebrew](http://brew.sh/):
+You can also use pip:
+
+    sudo pip install --upgrade youtube-dl
+    
+This command will update youtube-dl if you have already installed it. See the [pypi page](https://pypi.python.org/pypi/youtube_dl) for more information.
+
+OS X users can install youtube-dl with [Homebrew](http://brew.sh/):
 
     brew install youtube-dl
 
@@ -35,10 +41,6 @@ Or with [MacPorts](https://www.macports.org/):
 
     sudo port install youtube-dl
 
-You can also use pip:
-
-    sudo pip install youtube-dl
-
 Alternatively, refer to the [developer instructions](#developer-instructions) for how to check out and work with the git repository. For further options, including PGP signatures, see the [youtube-dl Download Page](https://rg3.github.io/youtube-dl/download.html).
 
 # DESCRIPTION