I\'m in the process of redesigning/refactoring my Python quantum chemistry package (pyquante). One of the things I don\'t like about the existing release is that I have to insta
Create a proper package for your stuff and use
python setup.py develop
to make it a proper dev-package.
See: