Merge pull request #410 from RBeut/sudo_readme

added sudo to readme1
This commit is contained in:
John Mcmaster 2018-12-27 08:55:44 -08:00 committed by GitHub
commit 0d60f38ae8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: