mirror of
https://github.com/instaloader/instaloader.git
synced 2024-11-04 09:22:29 +01:00
.. | ||
_templates | ||
.gitignore | ||
as-module.rst | ||
basic-usage.rst | ||
cli-options.rst | ||
conf.py | ||
index.rst | ||
installation.rst | ||
Makefile | ||
README.md | ||
requirements.txt |
Instaloader Documentation
This directory contains sources for the Instaloader documentation.
The documentation is hosted at: https://instaloader.readthedocs.io/
Build
The documentation is created with Sphinx. To build it, use
pip3 install -r requirements.txt
make html