Skip to content

DeekshithSN/Hello_world_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hello_world_python

  • this is basic python hello world web application

  • if you want test in your local the clone the repo and follow below steps

    1. install python-pip

    - if it is ubuntu machine
        apt-get update -y
        apt-get install -y python-pip python-dev build-essential
    - if it is centos machine
        yum install -y python-pip
    

    2. install plugins

    - Run pip install -r requirements.txt
    

    3. run the app

    - python app.py
    

About

basic python hello world app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published