Right way to build/install SimpleCV (source folder cluttered with .pyc files)
I wish to install SimpleCV on my system to contribute as a developer to the project. I roughly followed the installation guide at https://github.com/ingenuitas/SimpleCV#installation to install SimpleCV on my Fedora17 machine.
Should python setup.py install be always run in the source folder? Usually in CMake based C++ projects, it is a good practice to build in a folder separate from the source folder. Should n t python projects be built that way?