update contributing.md (#3495)

Uses pip instead to setup superset.
This commit is contained in:
timifasubaa 2017-09-19 21:30:01 -07:00 committed by Maxime Beauchemin
parent ae7f163372
commit aebd089ca5
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ Check the [OS dependencies](https://superset.incubator.apache.org/installation.h
source env/bin/activate
# install for development
python setup.py develop
pip install -e .
# Create an admin user
fabmanager create-admin --app superset