Skip to content

asia111307/project

Repository files navigation

Project

Built with

Run with virtualenv

You have to install Python 3.6 on your machine, if you do not have it yet, e.g with:

$ sudo apt-get install python3.6

Then, install virtualenv:

$ pip install virtualenv 

Create and start virtual environment:

$ source venv/bin/activate && pip install -r requirements.txt

Run project:

$ FLASK_APP=start.py FLASK_DEBUG=1 flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published