Update README.md

This commit is contained in:
aidankmcl
2014-09-26 15:16:43 -04:00
parent b7203c1f55
commit 1af8bc46ce
+15 -1
View File
@@ -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.
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.