Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 411 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 411 Bytes

Python Example for OBP API

Virtual Environment for Python (optional)

pip install --upgrade virtualenv

virtualenv -p /usr/local/bin/python3 py3env

source py3env/bin/activate

Setup

$ pip install -r requirements.txt

Hello OBP

#compatible with python2 and 3

$ python hello_obp.py

Hello Payments

$ python3 hello_payments.py