blob: 5dd5bd965a5807bb86ca6a0bdcdbe7cf81de9477 [file] [log] [blame] [view]
# Usergrid Python SDK
# Overview
This is a starter project for the Usergrid Python SDK. It is a work in progress.
# Installation
## PIP (http://pip.readthedocs.org/en/stable/installing/)
`pip install usergrid`
## Manual installation
- `git clone git@github.com:apache/usergrid-python.git`
- `cd usergrid`
- `pip install -e .`