From 6ccc1c86fac544de5cfa16ac0d0598ba6ac0b902 Mon Sep 17 00:00:00 2001 From: Norman Hooper <708421+kaapstorm@users.noreply.github.com> Date: Wed, 23 Mar 2022 21:20:08 +0000 Subject: [PATCH] Use three backticks for code blocks (#19331) (cherry picked from commit 3340f05dd3998802e38631311932d2775c0721ac) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 910572e3db7d1..0f2731448593a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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()`**