Permalink
...
Comparing changes
Open a pull request
- 2 commits
- 1 file changed
- 0 commit comments
- 1 contributor
Unified
Split
Showing
with
9 additions
and 1 deletion.
- +9 −1 README.md
View
10
README.md
| @@ -17,9 +17,17 @@ The documentation is powered by [Sphinx](http://www.sphinx-doc.org/en/stable/). | ||
| Run the following command to install the needed dependencies: | ||
| +Bash: | ||
| + | ||
| ``` | ||
| sudo apt install python3-sphinx python3-pip texlive-full && pip3 install sphinx_bootstrap_theme | ||
| -``` | ||
| +``` | ||
| + | ||
| +Fish: | ||
| + | ||
| +``` | ||
| +sudo apt install python3-sphinx python3-pip texlive-full; and pip3 install sphinx_bootstrap_theme | ||
| +``` | ||
| You can see the options for building the documentation by running `make help`. | ||