mirror of https://github.com/openXC7/prjxray.git
added sudo to readme
Signed-off-by: rapha <raphbeutel@gmail.com>
This commit is contained in:
parent
5fe439765d
commit
34e741ec79
|
|
@ -52,12 +52,12 @@ Creating HTML documentation:
|
||||||
|
|
||||||
(Option 1) - Install the Python environment locally
|
(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
|
make env
|
||||||
|
|
||||||
(Option 2) - Install the Python environment globally
|
(Option 2) - Install the Python environment globally
|
||||||
|
|
||||||
apt-get install python3-yaml
|
sudo apt-get install python3-yaml
|
||||||
sudo pip3 install -r requirements.txt
|
sudo pip3 install -r requirements.txt
|
||||||
|
|
||||||
(Re-)creating the database:
|
(Re-)creating the database:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue