File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed
Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -19,22 +19,14 @@ Dependencies
1919Installation
2020-----------
2121
22- 1 . Download and install the python-slackclient and websocket-client libraries
23-
24- git clone https://github.com/liris/websocket-client.git
25- cd websocket-client
26- sudo python setup.py install
27- cd ..
28- git clone [email protected] :slackhq/python-slackclient.git 29- cd python-slackclient
30- sudo python setup.py install
31- cd ..
32-
33- 2 . Download the python-rtmbot code
22+ 1 . Download the python-rtmbot code
3423
3524 git clone [email protected] :slackhq/python-rtmbot.git 3625 cd python-rtmbot
3726
27+ 2 . Install dependencies ([ virtualenv] ( http://virtualenv.readthedocs.org/en/latest/ ) is recommended.)
28+
29+ pip install -r requirements.txt
3830
39313 . Configure rtmbot
4032
You can’t perform that action at this time.
0 commit comments