From 7308d2e5edaea43344d7e48de70c88af2796962e Mon Sep 17 00:00:00 2001 From: Junior Gantin Date: Fri, 12 Jul 2019 05:22:28 +0100 Subject: [PATCH] update readme --- readme.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 6a4eae9..3971481 100644 --- a/readme.md +++ b/readme.md @@ -1,13 +1,19 @@ # kkiapay-python -> ⚠️ [Work In Progress] Community-driven admin KkiaPay Sdk for Python +- [Introduction](#introduction) +- [Installation](#installation) +- [Usage](#usage) +- [Road map](#road-map) +- [Contributing](#contributing) +- [License](#license) ## Introduction +Community-driven admin KkiaPay Sdk for Python. ## Installation -`kkiapay-python` +To get the latest version of Laravel `kkiapay-python`, simply run: ```bash pip install kkiapay @@ -49,3 +55,14 @@ print(transaction.amount) `kkiapay-python` is still under heavy development, we decided to ship it in this early stage so you can help us make it better. Here's the plan for what's coming: + +- [x] Python 2 +- [ ] Add tests. + +## Contributing + +Check our contribution guide. + +## License + +`kkiapay-python` is open-sourced software licensed under the MIT license. \ No newline at end of file