From 1036fe45b54dd74abeebbeefccdf7502a9ecd1bd Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Sun, 18 Sep 2016 17:44:27 +0200 Subject: [PATCH] README.md: Note pip3 as way to install --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 878bf31..34db2aa 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,13 @@ instaloader is written in Python, thus ensure having If you intend to use this tool under Windows, it is highly recommended to first install [win-unicode-console](https://pypi.python.org/pypi/win_unicode_console). -After having [downloaded instaloader](https://github.com/Thammus/instaloader/releases), unzip it and +If you have [pip](https://pypi.python.org/pypi/pip) installed, you may install instaloader using +``` +pip3 install instaloader +``` + +Alternatively, you may +[download instaloader from github](https://github.com/Thammus/instaloader/releases), unzip it and invoke bundled `setup.py` (requiring [setuptools](https://pypi.python.org/pypi/setuptools)) to install it: ```