Optimal Payments Python SDK for for Python 2
#Installation procedure for Python 2 This library relies on urllib3, since this library is also compatible with Python 2, simply install it using the Python 2 executable
git clone https://github.com/shazow/urllib3.git
Going inside the project folder
python2 setup.py install
urllib3 depends on 'certifi', which manipulates SSL certificate, just run the command
pip2 install certifi
Just clone this repository and install it with the command
python2 setup.py install