diff --git a/README.md b/README.md index 6dae6b9..0f12883 100644 --- a/README.md +++ b/README.md @@ -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