MITLibraries / guides

Developer Documentation for MIT Libraries
https://mitlibraries.github.io/guides
4 stars 0 forks source link

Consider adding bit about scripts in `Pipenv` to explain typical setup #12

Open JPrevost opened 4 years ago

JPrevost commented 4 years ago

https://github.com/MITLibraries/workflow/blob/master/Pipfile#L24

$ pipenv install
$ pipenv run asaps

vs

$ pipenv install -e .
$ asaps