nyuvis / patient-viz

Visualization of electronic medical records or other sequence event data.
MIT License
92 stars 29 forks source link

Use virtualenv #46

Closed JosuaKrause closed 9 years ago

JosuaKrause commented 9 years ago

Use virtualenv when running scripts. virtualenv can be bootstrapped using ./setup.sh --pip or ./setup.sh --clean -s --pip --nop to update the virtualenv. --pip is also included in --default now.