diff --git a/README.md b/README.md index 612d004..61307d2 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ * [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. - 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. Install using pip install virtualenv + Before you begin, please ensure you have this installed globally. 3. Installation