Skip to content

Commit dc38065

Browse files
author
icipiracy
committed
updated readme text
1 parent 1ae4004 commit dc38065

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# Adyen APIs Library for Python
22

3-
The Adyen API Library for Python enables you to work with Adyen APIs.
3+
This library simplifies working with Adyen APIs and allows you to integrate Adyen
4+
payments within any Python application.
45

56
## Requirements
67

7-
Make sure you have an Adyen account. If you don't have this you can request it <a href="https://www.adyen.com/home/discover/test-account-signup#form" target="_blank">here</a>
8+
- Python 2.7
9+
- Packages: requests or pycurl ( optional )
10+
- Adyen account. If you don't have this you can request it here: https://www.adyen.com/home/discover/test-account-signup#form
811

912
## Installation
1013

11-
Adyen Python library is not yet published on PIP. To install, please download this repository, and include the Adyen folder
12-
with your application.
14+
Clone this git repository or use pip: ```pip install Adyen```
1315

1416
## Usage
1517

@@ -31,8 +33,7 @@ ady.payment.client.app_name = "your app name"
3133

3234
## Documentation
3335

34-
Follow the rest our guides from the documentation on how to use this library.
35-
<insert documentation link here>
36+
Follow the rest our guides from the documentation on how to use this library. [ Insert documentation link here ]
3637

3738
## Licence
3839

0 commit comments

Comments
 (0)