mkvirtualenv myvirtualenv --python=/usr/bin/python3.4
pip install flask
pip install flask-sqlalchemy mysql-python