mirror of https://github.com/zulip/zulip.git
api docs: Fix showing correct link to install Python bindings.
We just make the Python tab the default first tab, which is clearer anyway. Fixes #9575.
This commit is contained in:
parent
2dc500b11e
commit
5050b595a0
|
@ -8,10 +8,6 @@ writing interactive bots that react to messages), so we recommend it
|
|||
if you're trying to decide.
|
||||
|
||||
{start_tabs}
|
||||
{tab|curl}
|
||||
|
||||
No download required!
|
||||
|
||||
{tab|python}
|
||||
|
||||
Install the Python API with [pip](https://pypi.python.org/pypi/zulip/):
|
||||
|
@ -36,4 +32,8 @@ Install the JavaScript API with [npm](https://www.npmjs.com/package/zulip-js):
|
|||
npm install zulip-js
|
||||
```
|
||||
|
||||
{tab|curl}
|
||||
|
||||
No download required!
|
||||
|
||||
{end_tabs}
|
||||
|
|
Loading…
Reference in New Issue