From 3eb1d6d9f57e706a5b251a144cdab1255c0b1225 Mon Sep 17 00:00:00 2001 From: Ryan Huber Date: Mon, 8 Dec 2014 16:01:33 -0800 Subject: [PATCH] Update README.md --- README.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 08bdaf9..203b7a4 100644 --- a/README.md +++ b/README.md @@ -19,22 +19,14 @@ Dependencies Installation ----------- -1. Download and install the python-slackclient and websocket-client libraries - - git clone https://github.com/liris/websocket-client.git - cd websocket-client - sudo python setup.py install - cd .. - git clone git@github.com:slackhq/python-slackclient.git - cd python-slackclient - sudo python setup.py install - cd .. - -2. Download the python-rtmbot code +1. Download the python-rtmbot code git clone git@github.com:slackhq/python-rtmbot.git cd python-rtmbot +2. Install dependencies ([virtualenv](http://virtualenv.readthedocs.org/en/latest/) is recommended.) + + pip install -r requirements.txt 3. Configure rtmbot