Installation¶
Install with pip¶
If you are using pip, you can install the :app:’Py-Authorize’ package using the following commands:
pip install py-authorize
Install with virtualenv¶
If you are using virtualenv to manage your packages, you can install :app:’Py-Authorize’ using the following commands:
easy_install py-authorize
Install from source¶
Download or clone the source from Github and run setup.py install:
git clone http://github.com/vcatalano/py-authorize.git
cd py-authorize
python setup.py install
Requirements¶
Py-Authorize has only one external dependency:
If you want to build the docs or run the tests, there are additional dependencies, which are covered in the Development section.