README: Mention how to install from our Git repo

This commit is contained in:
Alexander Graf 2017-03-19 14:40:51 +01:00
parent d246268630
commit b1014bfbfd

View File

@ -19,20 +19,16 @@ may install Instaloader using
pip3 install instaloader pip3 install instaloader
Alternatively, you may `download Instaloader from Alternatively, to get the most current version of Instaloader from our
GitHub <https://github.com/Thammus/instaloader/releases>`__, unzip it `Git repository <https://github.com/Thammus/instaloader>`__:
and invoke bundled ``setup.py`` (requiring
`setuptools <https://pypi.python.org/pypi/setuptools>`__) to install it:
:: ::
python3 setup.py install [--user] pip3 install git+https://github.com/Thammus/instaloader
(pass ``--user`` to install it for your user only instead of globally)
Instaloader requires Instaloader requires
`requests <https://pypi.python.org/pypi/requests>`__, which `requests <https://pypi.python.org/pypi/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 How to automatically download pictures from Instagram
----------------------------------------------------- -----------------------------------------------------