Use three backticks for code blocks (#19331)

This commit is contained in:
Norman Hooper 2022-03-23 21:20:08 +00:00 committed by GitHub
parent 7ba06ee944
commit 3340f05dd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
@ -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()`**