Update README.md

This commit is contained in:
Ryan Huber 2014-12-08 16:01:33 -08:00
parent e80a3459b2
commit 3eb1d6d9f5

View file

@ -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