Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Update installation section to always use PyPI.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
joeyespo authored and eriktaubeneck committed Dec 12, 2013
1 parent 714eab9 commit b5fe59d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Expand Up @@ -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**::

Expand Down

0 comments on commit b5fe59d

Please sign in to comment.