From b1014bfbfde1c3fbc274cd2198e622b75fb63a0b Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Sun, 19 Mar 2017 14:40:51 +0100 Subject: [PATCH] README: Mention how to install from our Git repo --- README.rst | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 38aa884..9e01b8d 100644 --- a/README.rst +++ b/README.rst @@ -19,20 +19,16 @@ may install Instaloader using pip3 install instaloader -Alternatively, you may `download Instaloader from -GitHub `__, unzip it -and invoke bundled ``setup.py`` (requiring -`setuptools `__) to install it: +Alternatively, to get the most current version of Instaloader from our +`Git repository `__: :: - python3 setup.py install [--user] - -(pass ``--user`` to install it for your user only instead of globally) + pip3 install git+https://github.com/Thammus/instaloader Instaloader requires `requests `__, which -will be installed automatically by setup.py, if not already installed. +will be installed automatically, if it is not already installed. How to automatically download pictures from Instagram -----------------------------------------------------