We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d4140 commit 81e09c8Copy full SHA for 81e09c8
README.md
@@ -14,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.
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
23
- Before you begin, please ensure you have this installed globally. Install using <code> pip install virtualenv <code>
+ Before you begin, please ensure you have this installed globally.
24
25
26
3. Installation
0 commit comments