diff --git a/README.md b/README.md index 12869f1..9b063c2 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,24 @@ Examples ``` +Local +-------- +When using a local version of the api you must remember to import '.local', otherwise it functions the exact same as the remote api documented above. + +``` +>>> from indicoio.local import sentiment + +>>> sentiment("I absolutely love this tool!") + +{u'Sentiment': 0.9547717584012009} + +``` + + Installation ------------ ``` pip install indicoio ``` -Announcement: Indico has partnered with Experfy, a data science consulting marketplace based in the Harvard Innovation Lab. Through Experfy, we are helping our data science community members find lucrative projects and advance their skills. Please signup for Experfy at https://www.experfy.com/ to get started. \ No newline at end of file +Announcement: Indico has partnered with Experfy, a data science consulting marketplace based in the Harvard Innovation Lab. Through Experfy, we are helping our data science community members find lucrative projects and advance their skills. Please signup for Experfy at https://www.experfy.com/ to get started.