blob: b7f64144517711113b0e996a98f80a7d6c033c18 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
This repository contains the documentation for all main GNU Taler components.
Before building the documentation, make sure that you have the required
dependencies installed using pip3:
$ pip3 install --user --upgrade recommonmark sphinx
Note by Buck: when setting up on VM, I also needed:
# apt install texlive-latex-extra graphviz
|