Riak Python Client¶
Tutorial¶
The tutorial documentation has been converted to the Basho Docs as the Taste of Riak: Python. The old tutorial that used to live here has been moved to the Github Wiki and is likely out-of-date.
Installation¶
- Ensure Riak installed & running. (
riak ping
) - Install the Python client:
- If you use Pip,
pip install riak
.- If you use easy_install, run
easy_install riak
.- You can download the package off PyPI, extract it and run
python setup.py install
.
Development¶
All development is done on Github. Use Issues to report problems or submit contributions.