Update documentation a bit

This commit is contained in:
Matt Wright
2012-08-22 17:12:00 -04:00
parent 68648c299f
commit 7361114ccb
4 changed files with 273 additions and 79 deletions
+4 -19
View File
@@ -5,29 +5,14 @@ Quick Start
Installation
------------
First, install Flask-Security::
Install requirements:
$ mkvirtualenv <your-app-name>
$ pip install flask-security
Then install your datastore requirement.
**SQLAlchemy**::
$ pip install flask-sqlalchemy
**MongoEngine**::
$ pip install flask-mongoengine
And lastly install any password encryption library that you may need. For
example::
$ pip install py-bcrypt
$ pip install flask-security, flask-sqlalchemy
Application Code
----------------
Basic Application
-----------------
The following code sample illustrates how to get started as quickly as possible
using SQLAlchemy.::