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

only clone what we need #4

Open dmarx opened 2 years ago

dmarx commented 2 years ago

don't clone whole repo, just main/master HEAD or target commit. might cause issues with upgrading?

chapmanjacobd commented 1 year ago

shallow clone to a temp folder should be fine for python installation