You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> To finish publishing your SDK to PyPI you must [run your first generation action](https://www.speakeasy.com/docs/github-setup#step-by-step-guide).
49
-
50
-
51
47
> [!NOTE]
52
48
> **Python version upgrade policy**
53
49
>
@@ -60,15 +56,15 @@ The SDK can be installed with either *pip* or *poetry* package managers.
60
56
*PIP* is the default package installer for Python, enabling easy installation and management of packages from PyPI via the command line.
61
57
62
58
```bash
63
-
pip install git+<UNSET>.git
59
+
pip install mollie-api-python-alpha
64
60
```
65
61
66
62
### Poetry
67
63
68
64
*Poetry* is a modern tool that simplifies dependency management and package publishing by using a single `pyproject.toml` file to handle project metadata and dependencies.
> To finish publishing your SDK to PyPI you must [run your first generation action](https://www.speakeasy.com/docs/github-setup#step-by-step-guide).
49
-
50
-
51
47
> [!NOTE]
52
48
> **Python version upgrade policy**
53
49
>
@@ -60,15 +56,15 @@ The SDK can be installed with either *pip* or *poetry* package managers.
60
56
*PIP* is the default package installer for Python, enabling easy installation and management of packages from PyPI via the command line.
61
57
62
58
```bash
63
-
pip install git+<UNSET>.git
59
+
pip install mollie-api-python-alpha
64
60
```
65
61
66
62
### Poetry
67
63
68
64
*Poetry* is a modern tool that simplifies dependency management and package publishing by using a single `pyproject.toml` file to handle project metadata and dependencies.
0 commit comments