We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9825a8b commit 29d4140Copy full SHA for 29d4140
1 file changed
README.md
@@ -13,13 +13,14 @@
13
14
* [Flask](https://flask.palletsprojects.com/en/1.1.x/)
15
16
- 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.
17
+ Install using <code> pip install flask <code>
18
19
* [Virtual environment](https://virtualenv.pypa.io/en/stable/installation.html)
20
21
This ensures you'll be able to install the correct packages without interfering with Python on your machine.
22
- Before you begin, please ensure you have this installed globally.
23
+ Before you begin, please ensure you have this installed globally. Install using <code> pip install virtualenv <code>
24
25
26
3. Installation
0 commit comments