2018-04-29 16:41:24 +02:00
|
|
|
.. _install:
|
2017-08-25 16:54:36 +02:00
|
|
|
|
2018-04-29 16:41:24 +02:00
|
|
|
Install Instaloader
|
|
|
|
===================
|
2017-09-08 10:35:38 +02:00
|
|
|
|
2018-04-29 16:41:24 +02:00
|
|
|
.. highlight:: none
|
2017-09-08 10:35:38 +02:00
|
|
|
|
2020-07-31 22:12:27 +02:00
|
|
|
To **install Instaloader**,
|
2017-09-08 10:35:38 +02:00
|
|
|
|
2018-04-29 16:41:24 +02:00
|
|
|
#. Ensure that you have `Python <https://www.python.org/>`__, at least
|
2020-07-31 22:12:27 +02:00
|
|
|
version 3.5, and `pip <https://pypi.python.org/pypi/pip>`__
|
|
|
|
installed.
|
2017-09-08 10:35:38 +02:00
|
|
|
|
2018-04-29 16:41:24 +02:00
|
|
|
#. Then, install Instaloader using::
|
2017-09-08 10:35:38 +02:00
|
|
|
|
2018-04-29 16:41:24 +02:00
|
|
|
pip3 install instaloader
|
2017-09-08 10:35:38 +02:00
|
|
|
|
2020-07-31 22:12:27 +02:00
|
|
|
To **upgrade Instaloader** to its current version, do::
|
2017-09-08 10:35:38 +02:00
|
|
|
|
2018-04-29 16:41:24 +02:00
|
|
|
pip3 install --upgrade instaloader
|
2017-09-08 10:35:38 +02:00
|
|
|
|
2017-08-29 12:13:38 +02:00
|
|
|
|
2020-07-31 22:12:27 +02:00
|
|
|
**Alternative methods** for installing Instaloader:
|
2018-01-07 22:08:51 +01:00
|
|
|
|
|
|
|
- If you do not want to use pip, even though it is highly recommended,
|
|
|
|
and prefer to **install Instaloader manually**,
|
2018-03-29 19:47:35 +02:00
|
|
|
`Download the Source <https://github.com/instaloader/instaloader/releases/latest>`__,
|
2020-07-31 22:12:27 +02:00
|
|
|
extract the Zip or Tarball and run ``setup.py`` from there.
|
2018-01-07 22:08:51 +01:00
|
|
|
|
|
|
|
- On **Arch Linux**, you may install Instaloader using the
|
|
|
|
`Instaloader AUR package <https://aur.archlinux.org/packages/instaloader/>`__.
|
|
|
|
|
2018-03-29 19:47:35 +02:00
|
|
|
- On **Windows 10**, you may download the standalone executable from the
|
|
|
|
`current release page <https://github.com/instaloader/instaloader/releases/latest>`__.
|
2018-04-29 16:41:24 +02:00
|
|
|
|
2020-07-31 22:12:27 +02:00
|
|
|
- To test the most current **pre-release** version of Instaloader::
|
2018-04-29 16:41:24 +02:00
|
|
|
|
2018-08-24 12:42:51 +02:00
|
|
|
pip3 install --pre instaloader
|