Whether you’re building a custom app for your team, or integrating a third party service into your Slack workflows, Slack Developer Kit for Python allows you to leverage the flexibility of Python to get your project up and running as quickly as possible.
We recommend using PyPI to install Slack Developer Kit for Python
pip install slackclient
Of course, if you prefer doing things the hard way, you can always implement Slack Developer Kit for Python by pulling down the source code directly into your project:
git clone https://github.com/slackapi/python-slackclient.git
pip install -r requirements.txt
If you get stuck, we’re here to help. The following are the best ways to get assistance working through your issue: