Skip to content

Commit

Permalink
Added requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
xen committed Jul 12, 2014
1 parent 7fb744f commit d2c49d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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`

0 comments on commit d2c49d5

Please sign in to comment.