From a8e7e91a2de073bc191aa47dabc245edea41710a Mon Sep 17 00:00:00 2001 From: chae Date: Sun, 11 Dec 2022 19:23:02 +0100 Subject: [PATCH] fixing readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d2e6af..f05a547 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ Open the terminal! Don't be afraid! Clone this repository (aka repo) -```git clone https://git.xpub.nl/manetta/flask-example.git``` +`git clone https://git.xpub.nl/manetta/flask-example.git` then navigate to the folder -```cd flask-example``` +`cd flask-example` Create a virtual environment. This is a contained workspace where you can install packages and libraries. It is useful in order to keep track of external dependencies, avoid version conflicts, and it provides handy tools to share your workplace with others or install it somewhere else later on. Read more in the [wiki ⛄︎](https://git.xpub.nl/manetta/flask-example/wiki/venv)!