From 3999a2db4db68d80288045098cf05901fb7e1e8d Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 23 Aug 2019 15:50:22 -0700 Subject: [PATCH] api: Document using `pip3 install` for zulip_bots(erver). We dropped Python 2 support for these a while ago. --- templates/zerver/api/deploying-bots.md | 4 ++-- templates/zerver/api/running-bots.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/zerver/api/deploying-bots.md b/templates/zerver/api/deploying-bots.md index 261af47787..08c4575de3 100644 --- a/templates/zerver/api/deploying-bots.md +++ b/templates/zerver/api/deploying-bots.md @@ -32,10 +32,10 @@ in production. ### Installing the Zulip Botserver -Install the `zulip_botserver` PyPI package using `pip`: +Install the `zulip_botserver` package: ``` -pip install zulip_botserver +pip3 install zulip_botserver ``` ### Running a bot using the Zulip Botserver diff --git a/templates/zerver/api/running-bots.md b/templates/zerver/api/running-bots.md index a5675be7d0..fb6b78ee73 100644 --- a/templates/zerver/api/running-bots.md +++ b/templates/zerver/api/running-bots.md @@ -25,7 +25,7 @@ You'll need: 1. Download the bot's `zuliprc` configuration file to your computer. -1. Download the `zulip_bots` Python package to your computer using `pip install zulip_bots`. +1. Download the `zulip_bots` Python package to your computer using `pip3 install zulip_bots`. *Note: Click [here](