mirror of https://github.com/x89/Shreddit
parent
c17e860856
commit
f30ed08b3e
@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
virtualenv .
|
||||
source ./bin/activate
|
||||
pip install -r requirements.txt
|
||||
|
||||
if [ ! -f "shreddit.cfg" ]; then
|
||||
cp "shreddit.cfg.example" "shreddit.cfg"
|
||||
$EDITOR shreddit.cfg
|
||||
fi
|
||||
|
Loading…
Reference in new issue