From d2c49d55886a6c896ba783808447ddf03ff7ca4e Mon Sep 17 00:00:00 2001 From: Mikhail Kashkin Date: Sat, 12 Jul 2014 04:39:32 +0300 Subject: [PATCH] Added requirements --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5e4c001..26522fa 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ - Integrated Babel support and special support targets for `make` - User settings page with ability to switch site language - `Flask-FlatPages` support to simplify static pages management +- Builtin `Flask-Script` support with shell ## How to start @@ -23,3 +24,10 @@ Follow this steps: - `make run`, you have working site - Open browser http://127.0.0.1:5000/ - Customize project files and have fun + +## Requirements + +You can simple run project inside of Docker container or on your prefered environment. If you want to run on your own environment you need: +- Recent python supported version with sqlite library (usually it is included) +- Working `virtualenv-2.7` command, name can vary, so you can change it inside `Makefile` +- `make`