Skip to content

Commit f35a7e1

Browse files
README.md Updated
1 parent 89ed84b commit f35a7e1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Django + PayPal Online Payment/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,20 @@ A Django application that seamlessly integrates PayPal payment processing, allow
44

55
![Alt Text](https://coderspdf.com/wp-content/uploads/2024/10/image-2-1536x863.png)
66

7+
## Requirements
78

9+
- Python 3.x
10+
- Django 3.x or higher
11+
```bash
12+
pip install django
13+
```
14+
- Django Paypal Package
15+
```bash
16+
pip install django-paypal
17+
```
18+
- Paypal SDK
19+
```bash
20+
pip install paypalrestsdk
21+
```
22+
## Paypal Developer Dashboard
23+
- [A PayPal Developer Account](https://developer.paypal.com/dashboard/)

0 commit comments

Comments
 (0)