Onionr/install/build.sh
2019-07-22 17:08:03 -07:00

6 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