From 64bc985cb9cd5d6b05b669b05f6fca24e9ae79b9 Mon Sep 17 00:00:00 2001 From: John Ugbor Date: Tue, 29 Oct 2024 01:29:34 +0100 Subject: [PATCH] Update README.md Installing using pip install paystacksdk threw an error, checking pypi it should be pip install paystack-sdk --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d7c959..1ac132d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ live secret keys. ## Installation ``` -pip install paystacksdk +pip install paystack-sdk ``` You may need to run `pip` with root permission: `sudo pip install` @@ -219,4 +219,4 @@ Class | Method | HTTP request | Description Kindly [open an issue](https://github.com/PaystackOSS/paystack-python/issues) if you discover any bug or have problems using this library. ## License -This repository is made available under the MIT license. Kindly read the [LICENSE](https://github.com/PaystackOSS/paystack-python/blob/main/LICENSE) file for more information. \ No newline at end of file +This repository is made available under the MIT license. Kindly read the [LICENSE](https://github.com/PaystackOSS/paystack-python/blob/main/LICENSE) file for more information.