Editable mode install update
Editable mode install update.
Due to pytest-dev/pytest#5167 (pip 19.1 prevents pytest from being used in editable mode), I'm taking out the default pip editable mode install.
All this really means now is that now you should run python setup.py develop
after installing the requirements.