Merge pull request #1078 from vfreex/update-readme

Update README for missing dependencies
This commit is contained in:
Robert Göhler 2023-09-11 20:35:02 +02:00 committed by GitHub
commit f2ec0738cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: