5 lines
118 B
Bash
Executable file
5 lines
118 B
Bash
Executable file
#!/bin/sh
|
|
|
|
sudo pip3 install -r requirements.txt
|
|
make plugins-reset
|
|
find . -name '__pycache__' -type d | xargs rm -rf
|