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
@@ -85,18 +85,31 @@ The **OpenPAYGO Python library** supports the following features:
85
85
- Implements token generation and decoding with full support for the v2.3 of the [OpenPAYGO Token](https://github.com/EnAccess/OpenPAYGO-Token) specifications.
86
86
- Implements payload authentication (verification + signing) and conversion from simple to condensed payload (and back) with full support of the v1.0-rc1 of the [OpenPAYGO Metrics](https://github.com/openpaygo/metrics) specifications.
87
87
88
-
## Installing the library
88
+
## Installing the OpenPAYGO Python library
89
89
90
90
### Released version from PyPI
91
91
92
-
You can install `OpenPAYGO-python` from [PyPI](https://pypi.org/project/openpaygo/).
93
-
For example by running `pip install openpaygo` or adding `openpaygo` as a dependency (`uv add openpaygo`).
92
+
The easiest and recommended way to install the OpenPAYGO Python library is via [PyPI](https://pypi.org/project/openpaygo/).
93
+
94
+
You can install it directly using a package manager, for example:
95
+
96
+
- By adding openpaygo to your project dependencies, via:
0 commit comments