api: Document using `pip3 install` for zulip_bots(erver).

We dropped Python 2 support for these a while ago.
This commit is contained in:
Tim Abbott 2019-08-23 15:50:22 -07:00
parent 16479fa606
commit 3999a2db4d
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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](