callaghanmt / research-stacks

Reproducible software stacks for research
MIT License
0 stars 0 forks source link

SciStacks

Reproducible software stacks for research

Overview

Installation

A working Python 3 install with Flask installed is required. The easiest way to achieve this is to install Anaconda Python and then:

conda install flask

Start the service by running

python scistack/scistack.py

and go to http://127.0.0.1:5000 to use the service