[Docs] Make sure venv is py3 and export app (#6401)

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md
This commit is contained in:
Hugh A. Miles II 2018-11-27 14:41:50 -05:00 committed by Maxime Beauchemin
parent 02aa3c6395
commit 52bb92d0d4
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ Make sure your machine meets the [OS dependencies](https://superset.incubator.ap
```bash
# Create a virtual environemnt and activate it (recommended)
virtualenv venv
virtualenv -p python3 venv . # setup a python3.6 virtualenv
source venv/bin/activate
# Install external dependencies