From 5697f7c953438e6852e71568b1d824772dba31da Mon Sep 17 00:00:00 2001 From: Matt Wright Date: Tue, 13 Mar 2012 20:28:50 -0400 Subject: [PATCH] Update install instructions since its on pypi --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index e0478a5..721bef2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -58,7 +58,7 @@ Installation First, install Flask-Security:: $ mkvirtualenv app-name - $ pip install https://github.com/mattupstate/flask-security/tarball/master + $ pip install Flask-Security Then install your datastore requirement.