summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt15
1 files changed, 14 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index a8143ac..6a230e8 100644
--- a/README.txt
+++ b/README.txt
@@ -95,7 +95,20 @@ Sphinx:
PDF:
# pacman -S texlive-bin texlive-core texlive-latexextra texlive-fontsextra \
- pygmentize
+
+openSUSE
+~~~~~~~~
+
+Packages:
+
+ # zypper in python-pip 'texlive*'
+
+Sphinx:
+
+ # pip install -U Sphinx
+
+Using pip to install Sphinx destroys the python-Sphinx package if installed via
+RPM.
Latex Setup
~~~~~~~~~~~