Skip to content

Commit 24bfc42

Browse files
Merge pull request #269 from symphony-elias/markdown-update
Updated PyPI package name in getting started guide
2 parents 0d199f3 + aadb074 commit 24bfc42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docsrc/markdown/getting_started.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ setup(
3333
author_email='jane.doe@acme.com',
3434
description='My Python bot',
3535
python_requires='>=3.8',
36-
install_requires=['sym-api-client-python>=2.0.0']
36+
install_requires=['symphony-bdk-python>=2.0.0']
3737
)
3838

3939
```
4040
and your `requirements.txt` like:
4141
```
42-
sym-api-client-python>=2.0.0
42+
symphony-bdk-python>=2.0.0
4343
```
4444

4545
### Poetry based project
@@ -52,7 +52,7 @@ description = "My bot"
5252

5353
[tool.poetry.dependencies]
5454
python = "^3.8"
55-
sym-api-client-python = "^2.0.0"
55+
symphony-bdk-python = "^2.0.0"
5656

5757
[build-system]
5858
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)