Skip to content

Commit 2490a81

Browse files
author
markzegarelli
authored
Updated Python package name (#2998)
1 parent 8df4f5e commit 2490a81

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/connections/sources/catalog/libraries/server/python/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Want to stay updated on releases? Subscribe to the [release feed](https://github
1212

1313
## Getting Started
1414

15-
Install `analytics-python` using pip:
15+
Install `segment-analytics-python` using pip:
1616

1717
```
18-
pip install analytics-python
18+
pip install segment-analytics-python
1919
```
2020

2121
If you're using a system for managing dependencies, you'll want to pin the library to `1.X` to avoid breaking changes when the library is updated
@@ -720,13 +720,13 @@ Does it match [the most current version](https://github.com/segmentio/analytics-
720720
If not, update your version.
721721

722722
```
723-
pip install -U analytics-python
723+
pip install -U segment-analytics-python
724724
```
725725

726726
or
727727

728728
```
729-
easy_install --upgrade analytics-python
729+
easy_install --upgrade segment-analytics-python
730730
```
731731

732732
### Background threads and synchronous mode

src/connections/sources/catalog/libraries/server/python/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ When you create a Source in the Segment web app, it tells the Segment servers th
2525
You can install analytics-python using pip:
2626

2727
```bash
28-
pip install analytics-python
28+
pip install segment-analytics-python
2929
```
3030

3131
If you're using a system for managing dependencies, you'll want to pin the library to `1.X` to avoid breaking changes when the library is updated

0 commit comments

Comments
 (0)