Skip to content

Commit 1cbf701

Browse files
docs(readme): enrich installation section with pip, poetry and dependency info
1 parent ee7cef6 commit 1cbf701

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,21 @@ For a complete list of all available services, check out the [Openapi Marketplac
4646

4747
## Installation
4848

49+
The package is available on [PyPI](https://pypi.org/project/openapi-python-sdk/) and supports Python 3.10 and above.
50+
Install it with pip:
51+
4952
```bash
5053
pip install openapi-python-sdk
5154
```
5255

56+
If you are using Poetry:
57+
58+
```bash
59+
poetry add openapi-python-sdk
60+
```
61+
62+
No additional configuration is needed. The only runtime dependency is [`httpx`](https://www.python-httpx.org/).
63+
5364
## Usage
5465

5566
Interaction with the Openapi platform happens in two distinct steps.

0 commit comments

Comments
 (0)