docs: create virtualenv

Newer Ubuntu does not allow global package installs, it is so annoying!
This commit is contained in:
Ciro Santilli
2022-07-19 20:21:19 +00:00
parent 972463301b
commit 20bc64cd69
3 changed files with 24 additions and 36 deletions

2
setup
View File

@@ -27,4 +27,4 @@ $sudo apt-get install $y \
python3-pip \
python3-distutils \
;
python3 -m pip install --user -r requirements.txt
python3 -m pip install -r requirements.txt