# Stripe KktShoppe Module

This module helps with including Stripe within your KktShoppe application. The 
information below explains how to get this module installed within your Rails
application.

## Getting Started

This document includes a short tutorial about how to set up this module within your
KktShoppe store. If you have any questions, please just
[let me know](http://twitter.com/adamcooke).

### Installing

To install the KktShoppe Stripe module, just add it to your Gemfile and run `bundle`.

```ruby
gem 'kkt_shoppe-stripe', :require => 'kkt_shoppe/stripe'
```

For the latest up to date documentation, please see the [KktShoppe tutorial page](http://trykkt_shoppe.com/docs/tutorials/payment-gateways).