Installation

To install the Python-Pin-Payments library, follow these steps:

  1. 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 -
    
  2. Create and Configure a New Project

    poetry new python-pin-payments-project
    cd python-pin-payments-project
    
  3. Activate the Virtual Environment

    poetry shell
    
  4. Add 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