Codebase list instaloader / master docs / installation.rst
master

Tree @master (Download .tar.gz)

installation.rst @masterview markup · raw · history · blame

Install Instaloader

System Message: INFO/1 (<string>, line 6)

No directive entry for "highlight" in module "docutils.parsers.rst.languages.en". Trying "highlight" as canonical directive name.

System Message: ERROR/3 (<string>, line 6)

Unknown directive type "highlight".

.. highlight:: none

To install Instaloader,

  1. Ensure that you have Python, at least version 3.5 and pip installed

  2. Then, install Instaloader using:

    pip3 install instaloader
    

To upgrade Instaloader, do:

pip3 install --upgrade instaloader

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, Download the Source, extract the Zip or Tarball and execute instaloader.py from there.

  • On Arch Linux, you may install Instaloader using the Instaloader AUR package.

  • On Windows 10, you may download the standalone executable from the current release page.

  • To test the most current pre-release or development version of Instaloader:

    pip3 install --pre instaloader
    

Docutils System Messages

System Message: INFO/1 (<string>, line 1)

Hyperlink target "install" is not referenced.