Closed ashcrow closed 8 years ago
Why? pip install -e .
is standard practice...
I guess it's more of a personal reason. I may be an outlier but when I do development I like to run changes from source checkout in a branch without installing the result. I feel it's easier than remembering to always install after every edit to test a change before a commit.
@ashcrow @untitaker is correct. That said, you also never have to reinstall (unless you add a new sub-package) homu the way @untitaker is describing. Please consider using that instead.
Fair enough.
Switched from relative imports to standard imports. This allows running from install as well as from the repository checkout: