From 6200eaa48dccd2ddc8b89aa36cd12d35e95ce0f1 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Thu, 10 Mar 2011 20:31:02 +0000 Subject: [PATCH] fix typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6616f36..c40161b 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ Make it run! To make it run, you just have to do something like:: $ virtualenv venv - $ source budget/bin/activate + $ source venv/bin/activate $ pip install flask flask-wtf flask-sqlalchemy $ cd budget $ python budget.py