2017-11-03 12:46:50 +03:00
|
|
|
# Instaloader Documentation
|
|
|
|
|
|
|
|
This directory contains sources for the Instaloader documentation.
|
|
|
|
|
|
|
|
The documentation is hosted at:
|
2018-03-13 17:11:36 +03:00
|
|
|
https://instaloader.github.io/
|
2017-11-03 12:46:50 +03:00
|
|
|
|
|
|
|
## Build
|
|
|
|
|
|
|
|
The documentation is created with [Sphinx](http://www.sphinx-doc.org/). To build it, use
|
|
|
|
|
|
|
|
```
|
2017-12-21 15:53:06 +03:00
|
|
|
pip3 install -r requirements.txt
|
2017-11-03 12:46:50 +03:00
|
|
|
make html
|
|
|
|
```
|