Did you perhaps use python setup.py install
rather than python setup.py develop
? If you used the former than you have to do it each time you make any changes to your source files.
Did you perhaps use python setup.py install
rather than python setup.py develop
? If you used the former than you have to do it each time you make any changes to your source files.