Skip to content

Commit

Permalink
Merge pull request #269 from symphony-elias/markdown-update
Browse files Browse the repository at this point in the history
Updated PyPI package name in getting started guide
  • Loading branch information
symphony-youri authored Mar 22, 2022
2 parents 0d199f3 + aadb074 commit 24bfc42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docsrc/markdown/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ setup(
author_email='jane.doe@acme.com',
description='My Python bot',
python_requires='>=3.8',
install_requires=['sym-api-client-python>=2.0.0']
install_requires=['symphony-bdk-python>=2.0.0']
)

```
and your `requirements.txt` like:
```
sym-api-client-python>=2.0.0
symphony-bdk-python>=2.0.0
```

### Poetry based project
Expand All @@ -52,7 +52,7 @@ description = "My bot"

[tool.poetry.dependencies]
python = "^3.8"
sym-api-client-python = "^2.0.0"
symphony-bdk-python = "^2.0.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 24bfc42

Please sign in to comment.