You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2018/11/01 17:10:58 UTC

[incubator-superset] branch Fix-CONTRIBUTING created (now 99de227)

This is an automated email from the ASF dual-hosted git repository.

beto pushed a change to branch Fix-CONTRIBUTING
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


      at 99de227  Update CONTRIBUTING.md

This branch includes the following new commits:

     new 99de227  Update CONTRIBUTING.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-superset] 01/01: Update CONTRIBUTING.md

Posted by be...@apache.org.
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 <ro...@dealmeida.net>
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 .