Skip to content

Commit f12d226

Browse files
louis-preclaude
andcommitted
Reorder install tabs to match Python-first convention
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8200abf commit f12d226

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/brand-guides/2n-intercom-systems/get-started-with-2n-intercoms.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ Seam provides client libraries for many languages, such as JavaScript, Python, R
2828
* C# ([nuget](https://www.nuget.org/packages/Seam), [GitHub](https://github.com/seamapi/csharp))
2929

3030
{% tabs %}
31-
{% tab title="JavaScript" %}
31+
{% tab title="Python" %}
3232
```bash
33-
npm i seam
33+
pip install seam
34+
# For some development environments, use pip3 in this command instead of pip.
3435
```
3536
{% endtab %}
3637

37-
{% tab title="Python" %}
38+
{% tab title="JavaScript" %}
3839
```bash
39-
pip install seam
40-
# For some development environments, use pip3 in this command instead of pip.
40+
npm i seam
4141
```
4242
{% endtab %}
4343

docs/brand-guides/get-started-with-controlbyweb-devices.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ Seam provides client libraries for many languages, such as JavaScript, Python, R
2121
* C# ([nuget](https://www.nuget.org/packages/Seam), [GitHub](https://github.com/seamapi/csharp))
2222

2323
{% tabs %}
24-
{% tab title="JavaScript" %}
24+
{% tab title="Python" %}
2525
```bash
26-
npm i seam
26+
pip install seam
27+
# For some development environments, use pip3 in this command instead of pip.
2728
```
2829
{% endtab %}
2930

30-
{% tab title="Python" %}
31+
{% tab title="JavaScript" %}
3132
```bash
32-
pip install seam
33-
# For some development environments, use pip3 in this command instead of pip.
33+
npm i seam
3434
```
3535
{% endtab %}
3636

0 commit comments

Comments
 (0)