Skip to content

Commit 29d4140

Browse files
authored
Update README.md
1 parent 9825a8b commit 29d4140

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@
1313

1414
* [Flask](https://flask.palletsprojects.com/en/1.1.x/)
1515

16-
Whereas Django does a lot of things for us out of the box, Flask allows us to add only what we need
16+
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>
1718

1819
* [Virtual environment](https://virtualenv.pypa.io/en/stable/installation.html)
1920

2021
This ensures you'll be able to install the correct packages without interfering with Python on your machine.
2122

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>
2324

2425

2526
3. Installation

0 commit comments

Comments
 (0)