Hotfix build.sh missing dependencies

master
Arinerron 2019-07-22 17:08:03 -07:00
parent 5e0ed2757e
commit d01bfe8443
No known key found for this signature in database
GPG Key ID: 99383627861C62F0
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh
sudo pip3 install -r requirements.txt
make plugins-reset
find . -name '__pycache__' -type d | xargs rm -rf