mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
api: Document using pip3 install for zulip_bots(erver).
We dropped Python 2 support for these a while ago.
This commit is contained in:
@@ -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](
|
||||
|
||||
Reference in New Issue
Block a user