Skip to content

Commit 81e09c8

Browse files
authored
Update README.md
1 parent 29d4140 commit 81e09c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
* [Flask](https://flask.palletsprojects.com/en/1.1.x/)
1515

1616
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>
17+
1818

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

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

23-
Before you begin, please ensure you have this installed globally. Install using <code> pip install virtualenv <code>
23+
Before you begin, please ensure you have this installed globally.
2424

2525

2626
3. Installation

0 commit comments

Comments
 (0)