Skip to content

Commit

Permalink
Use three backticks for code blocks (#19331)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaapstorm authored Mar 23, 2022
1 parent 7ba06ee commit 3340f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ You also need to install MySQL or [MariaDB](https://mariadb.com/downloads).

Ensure that you are using Python version 3.7 or 3.8, then proceed with:

````bash
```bash
# Create a virtual environment and activate it (recommended)
python3 -m venv venv # setup a python3 virtualenv
source venv/bin/activate
Expand Down Expand Up @@ -457,7 +457,7 @@ $ make superset

# Setup pre-commit only
$ make pre-commit
````
```

**Note: the FLASK_APP env var should not need to be set, as it's currently controlled
via `.flaskenv`, however if needed, it should be set to `superset.app:create_app()`**
Expand Down

0 comments on commit 3340f05

Please sign in to comment.