xyzdeclan / data-commons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

data-commons

How to run the demo:

  1. Clone this repository
  2. Set up virtual environment
pip install virtualenv
virtualenv flask
  1. Install Flask
pip install flask
  1. Navigate to flask
cd flask
  1. Activate the virtualenv
source bin/activate
  • Check pip for the package if not: pip install virtualenv

Can skip to here if flask is installed and no issue with flask path/ no need to set up virtual env

  1. Navigate to data-commons
cd data-commons
  • If error 'source: no such file or directory' occurs, return to home directory with cd first, then cd data-commons.
  1. Run the app.py
python -m flask run
  1. Go to http://127.0.0.1:5000/ to load the website

About

License:GNU General Public License v3.0


Languages

Language:HTML 99.5%Language:Python 0.5%