.. toctree:: :hidden: self auth basic_usage conversations real_time_messaging faq changelog about
Whether you're building a custom app for your team, or integrating a third party service into your Slack workflows, |product_name| 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 |product_name|
pip install slackclientOf course, if you prefer doing things the hard way, you can always implement |product_name| by pulling down the source code directly 3411 into your project:
git clone https://github.com/slackapi/python-slackclient.git
pip install -r requirements.txtIf you get stuck, we’re here to help. The following are the best ways to get assistance working through your issue:
- Use our Github Issue Tracker for reporting bugs or requesting features.
- Visit the dev4slack channel for getting help using |product_name| or just generally bond with your fellow Slack developers.