From bd0edad75dead4352a6f6c279539ab67d6882683 Mon Sep 17 00:00:00 2001 From: Shahed Mehbub Date: Thu, 26 Dec 2019 17:21:40 +0600 Subject: [PATCH] edit: Update README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 79de534..83a201b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # SSLCOMMERZ Payment Gateway implementation in Python Provides a python module to implement payment gateway in python based web apps. +## Installation +Via PIP +```bash +pip install sslcommerz-python +``` ## Projected use ```python from sslcommerz_python.payment import SSLCSession