Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ This is the Greybus Specification.

Requirements:

- Sphinx: http://sphinx-doc.org/contents.html
- Sphinx (Version 1.4): http://sphinx-doc.org/contents.html
- LaTeX (and pdflatex, and various LaTeX packages)
- Graphviz (in particular, "dot"): http://www.graphviz.org/
- Mscgen: http://www.mcternan.me.uk/mscgen/
- Imagemagick: https://imagemagick.org

On Ubuntu:

# apt-get install python-sphinx texlive texlive-latex-extra texlive-humanities graphviz mscgen imagemagick librsvg2-bin
# apt-get install texlive texlive-latex-extra texlive-humanities graphviz mscgen imagemagick librsvg2-bin; pip install Sphinx==1.4

Then:

Expand Down