Skip to content

Commit

Permalink
venv
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Apr 22, 2021
1 parent 5caf9b5 commit eee44e9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CONTRIBUTING.md
Expand Up @@ -446,11 +446,12 @@ FLASK_ENV=development superset run -p 8088 --with-threads --reload --debugger
Or you can install via our Makefile

```bash
# Create a virtualenv + install pip packages + pre-commit
$ make install
# Create a virtual environment and activate it (recommended)
$ python3 -m venv venv # setup a python3 virtualenv
$ source venv/bin/activate
# Create venv only
$ make venv
# install pip packages + pre-commit
$ make install
# Install superset pip packages and setup env only
$ make superset
Expand Down

0 comments on commit eee44e9

Please sign in to comment.