This is an automated email from the ASF dual-hosted git repository. beto pushed a commit to branch Fix-CONTRIBUTING in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
commit 99de227737a097400760e546e9d941a295e1074f Author: Beto Dealmeida <[email protected]> AuthorDate: Thu Nov 1 10:10:50 2018 -0700 Update CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 40dfd29..1001f78 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -206,6 +206,7 @@ source venv/bin/activate # Install external dependencies pip install -r requirements.txt +pip install -r requirements-dev.txt # Install Superset in editable (development) mode pip install -e .
