errbotio / errbot

Errbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.
http://errbot.io
GNU General Public License v3.0
3.13k stars 615 forks source link

Update slackv3 configuration/installation and development documentation #1602

Closed nzlosh closed 1 year ago

nzlosh commented 2 years ago

To ease the burden of maintaining documentation for the backends, the slackv3 README will no longer have explicit documentation for configuration/installation but provide links to the official errbot documentation.

nzlosh commented 2 years ago

Hi @tejaswivinodg thank you for taking the time to pointing this out.

The removal of requirements.txt is intentional because the dependencies have been moved to setup.py. This is part of making the slackv3 backend available on pypi. We had expected to publish the package immediately afterwards, but encountered an unexpected problem with module imports when installing via pypi.

You can install the backend from a git clone using the following command in the root of the clone directory: pip install .

Sorry for the inconvenience caused by this.

nzlosh commented 2 years ago

OK, I realised I'd misunderstood what you were asking. I'll update the documentation, thank you for pointing that out! :+1:

nzlosh commented 1 year ago

Closing PR since the backend documentation is now hosted from its repository.