mirror of https://github.com/x89/Shreddit
parent
c1dcdea5fd
commit
30bdd82abc
@ -1,4 +1,8 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
source ./bin/activate
|
if [[ -f './bin/activate' ]]; then
|
||||||
|
source ./bin/activate
|
||||||
|
elif [[ -f '.venv/bin/activate' ]]; then
|
||||||
|
source '.venv/bin/activate'
|
||||||
|
fi
|
||||||
pip install --upgrade praw
|
pip install --upgrade praw
|
||||||
python ./shreddit.py
|
python ./shreddit.py
|
||||||
|
Loading…
Reference in new issue