https://github.com/MITLibraries/workflow/blob/master/Pipfile#L24 ``` $ pipenv install $ pipenv run asaps ``` vs ``` $ pipenv install -e . $ asaps ```