1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-08-16 11:49:39 +02:00
instaloader/docs/README.md

16 lines
312 B
Markdown
Raw Normal View History

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