# Django-MPESA
Install the requests package using the following command for the project to run smoothly
pip install requests
If you experience any issues then you know what to do.
.
NOTE: removed the django daraja requirement
BONUS:
.
For this project have used terminal and to do so, use the following commands
1. django-admin startproject PROJECT_NAME
2. django-admin startapp APP_NAME (to run this ensure you're inside the project directory)
after that go inside the settings file and install your app.
configure your urls and you'll be ood to go