From 29d4140b9543cdb6e6ba38a0159ca80db4cb9262 Mon Sep 17 00:00:00 2001 From: HayVThom <39294226+HayVThom@users.noreply.github.com> Date: Wed, 12 Aug 2020 20:09:40 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1ab961..612d004 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,14 @@ * [Flask](https://flask.palletsprojects.com/en/1.1.x/) - Whereas Django does a lot of things for us out of the box, Flask allows us to add only what we need + Whereas Django does a lot of things for us out of the box, Flask allows us to add only what we need. + Install using pip install flask * [Virtual environment](https://virtualenv.pypa.io/en/stable/installation.html) This ensures you'll be able to install the correct packages without interfering with Python on your machine. - Before you begin, please ensure you have this installed globally. + Before you begin, please ensure you have this installed globally. Install using pip install virtualenv 3. Installation