2017-08-25 16:54:36 +02:00
|
|
|
Installation
|
|
|
|
============
|
|
|
|
|
2017-09-08 10:35:38 +02:00
|
|
|
.. highlight:: none
|
|
|
|
|
|
|
|
Instaloader requires `Python <https://www.python.org/>`__, at least
|
|
|
|
version 3.5. If you have `pip <https://pypi.python.org/pypi/pip>`__
|
|
|
|
installed, you may install Instaloader using
|
|
|
|
|
|
|
|
::
|
|
|
|
|
|
|
|
pip3 install instaloader
|
|
|
|
|
|
|
|
Alternatively, to get the most current version of Instaloader from our
|
2018-03-13 13:28:44 +01:00
|
|
|
`Git repository <https://github.com/instaloader/instaloader>`__:
|
2017-09-08 10:35:38 +02:00
|
|
|
|
|
|
|
::
|
|
|
|
|
2018-03-13 13:28:44 +01:00
|
|
|
pip3 install git+https://github.com/instaloader/instaloader
|
2017-09-08 10:35:38 +02:00
|
|
|
|
|
|
|
(pass ``--upgrade`` to upgrade if Instaloader is already installed)
|
|
|
|
|
|
|
|
Instaloader requires
|
|
|
|
`requests <http://python-requests.org/>`__, which
|
|
|
|
will be installed automatically, if it is not already installed.
|
2017-08-29 12:13:38 +02:00
|
|
|
|
2018-01-07 22:08:51 +01:00
|
|
|
**Alternative methods for installing Instaloader:**
|
|
|
|
|
|
|
|
- If you do not want to use pip, even though it is highly recommended,
|
|
|
|
and prefer to **install Instaloader manually**,
|
2018-03-13 13:28:44 +01:00
|
|
|
`Download the Source <https://github.com/instaloader/instaloader/releases>`__,
|
2018-01-07 22:08:51 +01:00
|
|
|
extract the Zip or Tarball and execute ``instaloader.py`` from there.
|
|
|
|
|
|
|
|
- On **Arch Linux**, you may install Instaloader using the
|
|
|
|
`Instaloader AUR package <https://aur.archlinux.org/packages/instaloader/>`__.
|
|
|
|
|
|
|
|
- On **Gentoo Linux**, you may install Instaloader using the
|
|
|
|
`Instaloader Ebuild <https://bugs.gentoo.org/642100>`__.
|