You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,17 @@
1
1
# Adyen APIs Library for Python
2
2
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.
4
5
5
6
## Requirements
6
7
7
-
Make sure you have an Adyen account. If you don't have this you can request it <ahref="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
8
11
9
12
## Installation
10
13
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```
0 commit comments