Update README.md

This commit is contained in:
aidankmcl
2014-09-26 15:16:43 -04:00
parent b7203c1f55
commit 1af8bc46ce
+14
View File
@@ -58,6 +58,20 @@ 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 Installation
------------ ------------
``` ```