Installation

Install with pip

Simply use pip to install the authorize package

pip install authorizesauce

Install from source

Download or clone the source from Github and run setup.py install

git clone http://github.com/jeffschenck/authorizesauce.git
cd authorizesauce
python setup.py install

Requirements

Authorize Sauce has two external dependencies:

If you want to build the docs or run the tests, there are additional dependencies, which are covered in the Development section.