onionr/install/build.sh

6 lines
118 B
Bash
Raw Permalink Normal View History

2019-07-22 23:59:48 +00:00
#!/bin/sh
2019-07-23 00:08:03 +00:00
sudo pip3 install -r requirements.txt
2019-07-22 23:59:48 +00:00
make plugins-reset
find . -name '__pycache__' -type d | xargs rm -rf