mirror of https://github.com/zulip/zulip.git
api: Document using `pip3 install` for zulip_bots(erver).
We dropped Python 2 support for these a while ago.
This commit is contained in:
parent
16479fa606
commit
3999a2db4d
|
@ -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
|
||||
|
|
|
@ -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](
|
||||
|
|
Loading…
Reference in New Issue