Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 678 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 678 Bytes

DevDays Boston - Clinical Research

Installation

  1. Download the code and then setup a Virtualenv (it should work for Python2/Python3)
    $ git clone https://github.com/glow-mdsol/devday-boston-clinical-research/
    $ cd devday-boston-clinical-research/
    $ python3 -m venv venv
    $ source venv/bin/activate
  2. Install the dependencies
    $ pip install -r requirements.txt

Examples

Eligibility

See eligibility/README.md

ResearchStudy

See researchstudy/README.md

Population

See population/README.md