From b5fe59d76ff747066cbabfdf506fa4ca8fe24c1f Mon Sep 17 00:00:00 2001 From: Joe Esposito Date: Wed, 21 Aug 2013 16:22:26 -0400 Subject: [PATCH] Update installation section to always use PyPI. I'm assuming at the time the Flask-Social documentation was written, Flask-MongoEngine and Facebook-SDK weren't on PyPI yet. I can install from these locations without any issues, so let's simplify these docs. --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index fa7057c..05d4f2b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -41,13 +41,13 @@ Then install your datastore requirement. **MongoEngine**:: - $ pip install https://github.com/sbook/flask-mongoengine/tarball/master + $ pip install flask-mongoengine Then install your provider API libraries. **Facebook**:: - $ pip install http://github.com/pythonforfacebook/facebook-sdk/tarball/master + $ pip install facebook-sdk **Twitter**::