Added installation and getting started instructions in README.md

This commit is contained in:
ahmadbilalkhalid 2020-02-19 13:12:07 +05:00
parent e37592bdc6
commit 5f1f451bc2
1 changed files with 10 additions and 2 deletions

View File

@ -6,9 +6,17 @@ The pay module for the uncloud
- uses [Stripe](https://stripe.com/docs/api) as the payment gateway.
- uses [ldap3](https://github.com/cannatag/ldap3) for ldap authentication.
## Getting started
## Installation
**TODO**
```shell script
pip3 install -r requirements.txt
```
## Getting Started
```shell script
python ucloud_pay.py
```
## Usage