Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 569 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 569 Bytes

wazo-doc

This is the documentation for the Wazo project.

The live version is hosted at http://documentation.wazo.community

Dependencies

With python2 and virtualenvwrapper :

mkvirtualenv -p /usr/bin/python2 doc pip install -r requirements.txt

Build

make html

PDF version

You will need a LATEX compilation suite. On Debian, you can use the following packages :

$ apt-get install texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended