Skip to content

Necessary Python Packages for Documentation

jordi1215 edited this page May 6, 2021 · 2 revisions

Installing pip

sudo apt install python3-pip (Linux)

Installing necessary stuff for documentation (Sphinx)

Sphinx

pip3 install -U sphinx

Sphinx-gallery

pip3 install sphinx-gallery

Sphinx_rtd_theme

pip3 install sphinx_rtd_theme

Matplotlib

pip3 install -U matplotlib

Networkx

pip3 install networkx

You can automatically install all of these tools at once by executing make install in the docs folder

Clone this wiki locally