From ae6ff8b62ea335fc854cb7a9f9f6c9bd843c1e61 Mon Sep 17 00:00:00 2001 From: Slater-Victoroff Date: Fri, 31 Oct 2014 17:51:15 -0400 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 272b0bd..76c1f1e 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,16 @@ Right now this wrapper supports the following apps: - Facial Feature Extraction - Language Detection + +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. + + Examples -------- ``` @@ -70,11 +80,3 @@ When using a local version of the api you must remember to import '.local', othe {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.