Skip to content

Commit 3eb1d6d

Browse files
committed
Update README.md
1 parent e80a345 commit 3eb1d6d

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,14 @@ Dependencies
1919
Installation
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

3931
3. Configure rtmbot
4032

0 commit comments

Comments
 (0)