Installation instructions

If you’re used to play with pip and virtualenv_ the install process should be quite easy for you.

Dependencies

To install Flask+HTMLBlog the dependences you have to resolve are the following:

This packages deppends on other thirds. You can see the complete list in the requirements.txt file.

Virtualenv

We recommend you to create a virtualenv and run Flask+HTMLBlog into them. To create a virtualenv you must follow this steps:

$ sudo easy_install pip
$ pip install virtualenv
$ mkdir -p flask-htmlblog/{src,env}
$ cd flask-htmlblog/
$ virtualenv --distribute --no-site-packages env/
$ hg clone https://bitbucket.org/r0sk/flask-htmlblog src
$ source env/bin/activate
(env)$ pip install -r src/requirements.txt

And that’s all, the Flask+HTMLBlog was successfully installed on your computer.

Project Versions

Table Of Contents

Previous topic

Overview

Next topic

Configuration

This Page