Installation
To install the Python-Pin-Payments library, follow these steps:
Install Poetry
Poetry is a tool for dependency management and packaging in Python. If Poetry is not already installed, follow the instructions on the Poetry website.
curl -sSL https://install.python-poetry.org | python3 -
Create and Configure a New Project
poetry new python-pin-payments-project cd python-pin-payments-project
Activate the Virtual Environment
poetry shellAdd Python-Pin-Payments Library
Poetry installation:
poetry add python-pin-payments
Alternative way of installing from the repository:
poetry add add git+https://github.com/Onix-Systems/python-pin-payments