OpenSourceEcon / oselab

Open Source Macroeconomics Lab Webpage built in Flask
9 stars 7 forks source link

oselab

Open Source Economics Laboratory (OSE Lab) Webpage built in Flask.

Getting started

As a prerequisite, you will need conda installed to help manage your environment.

The first time you run this project, you will need to create the oselab environment:

After that, each time you start developing:

To run the project:

The app will run locally at localhost:5000.

Running tests

To run the test suite, make sure you have installed the oselab package by running pip install -e .. Then run python oselab/tests/views_test.py from the repo root.