summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2023-09-11 20:35:02 +0200
committerGitHub <noreply@github.com>2023-09-11 20:35:02 +0200
commitf2ec0738cc36d8185136b4d4ee7a7c818cbd99d3 (patch)
tree7d44f7a09b78628223132e05764290bc4e252de2
parentf1b649a6d13ff33bdf969844ee84e0274de7b049 (diff)
parent4e3492804e32bc317a6f1fa1a38f75557e5853fe (diff)
downloadvyos-documentation-f2ec0738cc36d8185136b4d4ee7a7c818cbd99d3.tar.gz
vyos-documentation-f2ec0738cc36d8185136b4d4ee7a7c818cbd99d3.zip
Merge pull request #1078 from vfreex/update-readme
Update README for missing dependencies
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 63fafbe1..acc6b67b 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,8 @@ largest. There are 88 of them, here's the
### Sphinx
Debian requires some extra steps for
-installing `sphinx`, `sphinx-autobuild` and `sphinx-rtd-theme` packages:
+installing `sphinx`, `sphinx-autobuild`, `sphinx-notfound-page`, `sphinx-panels`,
+`sphinx-rtd-theme`, `lxml`, and `myst-parser` packages:
First ensure that Python 2 & Python 3 are installed and Python 3 is the default:
```bash
@@ -58,7 +59,7 @@ python --version
Then run:
```bash
-sudo pip install sphinx-rtd-theme
+sudo pip install sphinx-autobuild sphinx-notfound-page sphinx-panels sphinx-rtd-theme lxml myst-parser
```
Do the following to build the HTML and start a web server: