Slixmpp change

pull/2/head
Rajath Ganesh 2020-08-06 11:51:24 -04:00 committed by GitHub
parent cd6cd9e07c
commit ad89e7b88f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ cd /opt/edge-vpnio
pip3 --no-cache-dir install virtualenv pip3 --no-cache-dir install virtualenv
virtualenv --python=python3.6 venv virtualenv --python=python3.6 venv
source venv/bin/activate source venv/bin/activate
pip3 --no-cache-dir install psutil sleekxmpp requests simplejson ryu pip3 --no-cache-dir install psutil slixmpp requests simplejson ryu
deactivate deactivate
systemctl daemon-reload systemctl daemon-reload
systemctl enable evio systemctl enable evio