Navigate to site's root folder and run
$ python3 -m venv flaskNavigate to virtual environment folder and install the following packages:
$ flask/bin/pip install flaskMake initializer scripts executable
$ chmod 744 run.pyStart the application
$ ./run.pyPlace config.py in root app directory. Must contain the following information:
* CONTACT_EMAIL