Skip to content

Commit 2b9b9e4

Browse files
author
Braxton
committed
Added setup script
Added setup script to install PantherBot in a new instance along with all dependencies.
1 parent 26f112c commit 2b9b9e4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

requirements.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
slackclient
2+
google-api-python-client
3+
upsidedown
4+
httplib2
5+
websocket
6+
logging

setup.bat

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pip install -r requirements.txt

0 commit comments

Comments
 (0)