summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 402dfbbc..67b90b43 100644
--- a/README.md
+++ b/README.md
@@ -41,9 +41,7 @@ sudo update-alternatives --install /usr/bin/python python /usr/bin/python3....
Then follow these steps to install sphinx group of packages:
```bash
sudo apt-get install python3-sphinx
-sudo apt-get install python-pip
-sudo pip install sphinx-rtd-theme
-sudo pip install sphinx-autobuild
+sudo apt-get install python3-sphinx-rtd-theme
```
To build the html, start a webeserver, and view the output: