From c01e729bd5d70aaf54675743e09e83150933becf Mon Sep 17 00:00:00 2001 From: Marc Gauch <34353267+marcgauch@users.noreply.github.com> Date: Fri, 12 May 2023 15:29:55 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ac46739..4dd5865 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,18 @@ _Works on my machine..._ ### Activate -1. `cd dashboardX` -1. `python3 -m venv env` -1. `source env/bin/activate` -1. `pip install -r requirements.txt` +1. ```bash + cd dashboardX + ``` +1. ```bash + python3 -m venv env + ``` +1. ```bash + source env/bin/activate ` + ``` +1. ```bash + pip install -r requirements.txt + ``` ### Deactivate