Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
  • 2 commits
  • 1 file changed
  • 0 commit comments
  • 1 contributor
Commits on Aug 01, 2017
Showing with 9 additions and 1 deletion.
  1. +9 −1 README.md
View
@@ -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`.

No commit comments for this range