User:Pedro Sá Couto/Prototyping 5th/Flask App/Starting Flask App

From XPUB & Lens-Based wiki
< User:Pedro Sá Couto‎ | Prototyping 5th
Revision as of 23:09, 29 March 2020 by Pedro Sá Couto (talk | contribs) (Created page with "=Starting Flask App= ===01 Activate the created Virtual Environment=== $ source venv/bin/activate ===02 Check installed packages=== $ pip list ===03 Create your app=== $ su...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Starting Flask App

01 Activate the created Virtual Environment

$ source venv/bin/activate

02 Check installed packages

$ pip list

03 Create your app

$ sudo touch app.py