mirror of
https://github.com/instaloader/instaloader.git
synced 2024-11-04 09:22:29 +01:00
16 lines
312 B
Markdown
16 lines
312 B
Markdown
# Instaloader Documentation
|
|
|
|
This directory contains sources for the Instaloader documentation.
|
|
|
|
The documentation is hosted at:
|
|
https://instaloader.github.io/
|
|
|
|
## Build
|
|
|
|
The documentation is created with [Sphinx](http://www.sphinx-doc.org/). To build it, use
|
|
|
|
```
|
|
pip3 install -r requirements.txt
|
|
make html
|
|
```
|