Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
Update README with pip instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
rhapsodhy committed Oct 30, 2015
1 parent c806885 commit b93674d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -7,6 +7,12 @@ Flask-SecretBox-Session is a drop-in replacement for the default Flask session s
Usage
-----

From the virtualenv, run

pip install flask-secretbox-session

Then in your flask application, add

from secretbox_session import SecretboxCookieSessionInterface
app.session_interface = SecretboxCookieSessionInterface()

Expand Down

0 comments on commit b93674d

Please sign in to comment.