Hotfix build.sh missing dependencies
This commit is contained in:
parent
5e0ed2757e
commit
d01bfe8443
@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
sudo pip3 install -r requirements.txt
|
||||
make plugins-reset
|
||||
find . -name '__pycache__' -type d | xargs rm -rf
|
||||
|
Loading…
Reference in New Issue
Block a user