Install from PyPi using pip, a package manager for Python.
pip install payjp
Or, you can download the source code
(ZIP) for payjp-python
, and then run:
python setup.py install
Please see our official documentation.
- requests
- six
Install dependencies from using pip:
pip install -r requirements.txt