[GitHub] mistercrunch commented on issue #4856: Fix 'pip install .'

2018-04-22 Thread GitBox
mistercrunch commented on issue #4856: Fix 'pip install .' URL: https://github.com/apache/incubator-superset/pull/4856#issuecomment-383459888 Yes what I was trying to get to is that `pip install .` is a local equivalent of how a `pip install superset` will behave once uploaded to PyPI

[GitHub] mistercrunch commented on issue #4856: Fix 'pip install .'

2018-04-22 Thread GitBox
mistercrunch commented on issue #4856: Fix 'pip install .' URL: https://github.com/apache/incubator-superset/pull/4856#issuecomment-383446692 @john-bodley but the point is that it doesn't work if you don't `pip install -r requirements.txt`. When you `pip install superset` from

[GitHub] mistercrunch commented on issue #4856: Fix 'pip install .'

2018-04-20 Thread GitBox
mistercrunch commented on issue #4856: Fix 'pip install .' URL: https://github.com/apache/incubator-superset/pull/4856#issuecomment-383247670 Probably because of https://github.com/apache/incubator-superset/blob/master/tox.ini#L29, if you install the requirements.txt first and then run