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 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
25263 . Installation
You can’t perform that action at this time.
0 commit comments