Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 286 Bytes

File metadata and controls

12 lines (10 loc) · 286 Bytes

Python_Apps

Python apps with flask

Steps to run :

  • Create the setup by installing reqired packages.

    • python setup.py install (or)
    • pip install -r requirements.txt
  • Run the app.

    • python my_python_apps.py
  • Go to http://localhost:5000 in browser.