From c96681eef58e7196727c2dc856565f93a740654b Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Wed, 14 Dec 2016 15:00:32 -0800 Subject: [PATCH] contrib_bots: Add "Python dependencies" to docs. --- contrib_bots/lib/readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/contrib_bots/lib/readme.md b/contrib_bots/lib/readme.md index 088b71e..8675b6d 100644 --- a/contrib_bots/lib/readme.md +++ b/contrib_bots/lib/readme.md @@ -66,6 +66,18 @@ information anywhere in your Zulip directory. Instead, create a separate configuration file for the third party's configuration in your home directory. +### Python dependencies + +If your module requires Python modules that are not either +part of the standard Python library or the Zulip API +distribution, we ask that you put a comment at the top +of your bot explaining how to install the dependencies. + +Right now we don't support any kind of automatic build +environment for bots, so it's currently up to the users +of the bots to manage their dependencies. This may change +in the future. + ## Architecture In order to make bot development easy, we separate