13 lines
359 B
Markdown
13 lines
359 B
Markdown
|
|
Dependencies for LBPM documentation
|
||
|
|
|
||
|
|
# install sphinx
|
||
|
|
pip install Sphinx
|
||
|
|
|
||
|
|
# foamatting requires sphinx read-the-docs-theme
|
||
|
|
pip install sphinx-rtd-theme
|
||
|
|
|
||
|
|
# equation rendering requires latex and dvipng command
|
||
|
|
sudo apt-get install dvipng
|
||
|
|
sudo apt-get install texlive texstudio
|
||
|
|
sudo apt-get install texlive-latex-recommended texlive-pictures texlive-latex-extra
|