I\'d like to start developing an existing Python module. It has a source folder and the setup.py script to build and install it. The build script just copies the source file
Install the distrubute package then use the developer mode. Just use python setup.py develop --user and that will place path pointers in your user dir location to your workspace.