This is an automated email from the ASF dual-hosted git repository.
beto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new d1cbb0d Update CONTRIBUTING.md (#6259)
d1cbb0d is described below
commit d1cbb0d000844ec756370695ce6d3fd6d571b4b3
Author: Beto Dealmeida <[email protected]>
AuthorDate: Thu Nov 1 11:19:35 2018 -0700
Update CONTRIBUTING.md (#6259)
---
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 .