Skip to content

Instantly share code, notes, and snippets.

@gridhead
Created August 28, 2021 15:57
Show Gist options
  • Select an option

  • Save gridhead/99c601b34fb1abb15d98aff699aed488 to your computer and use it in GitHub Desktop.

Select an option

Save gridhead/99c601b34fb1abb15d98aff699aed488 to your computer and use it in GitHub Desktop.
Zeb Py Usage
  1. git clone https://github.com/zebpay/zeb_py.git
  2. cd zeb_py
  3. virtualenv venv
  4. source venv/bin/activate
  5. python3 setup.py install
  6. pip3 install requests pycrypto
  7. Add from zebpay_client import zebpay_rest_client in your module to use functions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment