dmarx / not-a-package-manager

utilities to facilitate working with codebases that don't ascribe to normal package management paradigms, e.g. ML research code that can be cloned but not installed.
MIT License
12 stars 0 forks source link

install_here #29

Open dmarx opened 1 year ago

dmarx commented 1 year ago

make it easy for user to "install" with a clone in the local repo

..

i hadn't even meant it that way, but actually yeah, it would be nice if we could make it easy for the user to just point napm at a git repo that has already been cloned. that'd be great actually. maybe that'd be an install_from function?