Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 289 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 289 Bytes

Contributing to the UMLS study

Set up your dev environment

To use the same dev environment as us, you'll want to run these commands:

pip install .[dev,test]
pre-commit install

This will install dependencies & build tools, as well as set up an auto-formatter commit hook.