Python Flask installation
There is nothing special. You install flask as you'd install any other Python package. Using some kind of virtual envrionment is recommended here too.
virtualenv venv -p python3
source venv/bin/activate
pip install flask
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
There is nothing special. You install flask as you'd install any other Python package. Using some kind of virtual envrionment is recommended here too.
virtualenv venv -p python3
source venv/bin/activate
pip install flask