added sudo to readme

Signed-off-by: rapha <raphbeutel@gmail.com>
This commit is contained in:
rapha 2018-12-27 17:35:40 +01:00
parent 5fe439765d
commit 34e741ec79
1 changed files with 2 additions and 2 deletions

View File

@ -52,12 +52,12 @@ Creating HTML documentation:
(Option 1) - Install the Python environment locally
apt-get install virtualenv python3-virtualenv python3-yaml
sudo apt-get install virtualenv python3-virtualenv python3-yaml
make env
(Option 2) - Install the Python environment globally
apt-get install python3-yaml
sudo apt-get install python3-yaml
sudo pip3 install -r requirements.txt
(Re-)creating the database: