##Usage Information on how to use this library can be found at the Sense Developers Portal.
This package are accessible through python package index. Installing as package will also ensure that all dependency are installed
Installation with pip
pip install senseapi
Instalation with virtual env
$ mkdir project
$ cd project
create a file name requirements.txt
with content
senseapi
Create virtual environment and instal requirements
$ virtualenv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
##Reference Documentation Have a look at the documentation for more information.
##License Licensed under the Apache License, Version 2.0