Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 367 Bytes

README.rdoc

File metadata and controls

15 lines (8 loc) · 367 Bytes

Stripe Python bindings

Installation

You don’t need this source code unless you want to modify the package. If you just want to use the Stripe Python bindings, you should run:

sudo easy_install stripe

To install from this source code, run:

python setup.py install

Documentation

Please see stripe.com/api for the most up-to-date documentation.