Add openSUSE installation hints

This commit is contained in:
Sebastian Huber 2016-11-07 07:27:36 +01:00
parent 5a7280afd7
commit cffdb6024c

View File

@ -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
~~~~~~~~~~~