Skip to content

A website to host the data science competition for University of Idaho

Notifications You must be signed in to change notification settings

CamdenClark/dscomp

Repository files navigation

To get started, install and start mysqld, then run

virtualenv venv -p python3
source venv/bin/activate
pip install -r requirements.0.txt
pip install -r requirements.1.txt

export FLASK_APP=dscomp
export FLASK_DEBUG = true
mkdir dscomp/csvs
mkdir dscomp/privatecsvs
flask initdb
flask run

I might have gotten a couple things wrong up there, I'm doing this from memory.

But basically, install and start msyqld, use python 3, install the dependencies, add those environment variables, then initialize the database, and run flask.

About

A website to host the data science competition for University of Idaho

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published