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