From b93674df2e09c858e039f2fb2e7c24aaa2161ff9 Mon Sep 17 00:00:00 2001 From: rhapsodhy Date: Fri, 30 Oct 2015 22:00:27 +0000 Subject: [PATCH] Update README with pip instruction --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ce2cc37..5beb732 100644 --- a/README.md +++ b/README.md @@ -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()