File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 13
13
14
14
* [ Flask] ( https://flask.palletsprojects.com/en/1.1.x/ )
15
15
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 >
17
18
18
19
* [ Virtual environment] ( https://virtualenv.pypa.io/en/stable/installation.html )
19
20
20
21
This ensures you'll be able to install the correct packages without interfering with Python on your machine.
21
22
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 >
23
24
24
25
25
26
3 . Installation
You can’t perform that action at this time.
0 commit comments