Question

I am trying to implement Stripe payment https://stripe.com/ in my app. I need to include this library https://stripe.com/docs/libraries. I downloaded and installed it on Lib/site-packages. I checked in IDLE and import stripe works. How do I include this in my app's folder?

Was it helpful?

Solution

Just place the stripe directory from the library in your app's root directory.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top