What is the best way to incrementally develop and contribute to the project? For example, after running `build`, how to run `pyvim` without having to install it first? ``` python ./setup.py build ``` Might be good to document it for potential contributors.