added pip3 install

This commit is contained in:
gashapwn 2020-11-28 22:29:34 +00:00
parent f284697cd4
commit 46464c49dd

View File

@ -47,5 +47,5 @@ chdir $admin_home_dir;
system("su gashapwn -c 'git clone $GIT_REPO'");
chdir $REPO_DIR;
system("su gashapwn -c 'python3 -m venv venv'");
# system("su gashapwn -c '. ./venv/bin/activate && pip3 install -r ");
system("su gashapwn -c '. ./venv/bin/activate && pip3 install -r ");