diff options
Diffstat (limited to 'doc/sphinx/README')
-rw-r--r-- | doc/sphinx/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/sphinx/README b/doc/sphinx/README new file mode 100644 index 0000000..b7f6414 --- /dev/null +++ b/doc/sphinx/README | |||
@@ -0,0 +1,10 @@ | |||
1 | This repository contains the documentation for all main GNU Taler components. | ||
2 | |||
3 | Before building the documentation, make sure that you have the required | ||
4 | dependencies installed using pip3: | ||
5 | |||
6 | $ pip3 install --user --upgrade recommonmark sphinx | ||
7 | |||
8 | Note by Buck: when setting up on VM, I also needed: | ||
9 | |||
10 | # apt install texlive-latex-extra graphviz | ||