forked from uncloud/uncloud
Added installation and getting started instructions in README.md
This commit is contained in:
parent
e37592bdc6
commit
5f1f451bc2
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
@ -6,9 +6,17 @@ The pay module for the uncloud
|
||||||
- uses [Stripe](https://stripe.com/docs/api) as the payment gateway.
|
- uses [Stripe](https://stripe.com/docs/api) as the payment gateway.
|
||||||
- uses [ldap3](https://github.com/cannatag/ldap3) for ldap authentication.
|
- 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
|
## Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue