Update README.md

This commit is contained in:
HayVThom 2020-08-12 20:09:40 +02:00 committed by GitHub
parent 9825a8b121
commit 29d4140b95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,14 @@
* [Flask](https://flask.palletsprojects.com/en/1.1.x/) * [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 <code> pip install flask <code>
* [Virtual environment](https://virtualenv.pypa.io/en/stable/installation.html) * [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. 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 <code> pip install virtualenv <code>
3. Installation 3. Installation