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

add optional env stuff to docs (i.e. readme) #9

Closed dmarx closed 2 years ago

dmarx commented 2 years ago

when you import napm, it calls napm.populate_pythonpaths() which makes anything you installed into napm's default environment available. so if that's where you put cloob, you'll be able to import it immediately if you installed it into an environment, you need to call napm.populate_pythonpaths('env_name') first note to self: add this to the readme